From d640d12673937d42b55baa68fabafc974afb9931 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 3 Jun 2005 14:08:27 +0000 Subject: r7234: that code path is died (This used to be commit efbfabdefab621eca0b644f22b887ae2cdd50bf2) --- source4/web_server/http.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/web_server/http.c') diff --git a/source4/web_server/http.c b/source4/web_server/http.c index 90b7c4571b..b0001068c4 100644 --- a/source4/web_server/http.c +++ b/source4/web_server/http.c @@ -794,7 +794,6 @@ void http_process_input(struct websrv_context *web) talloc_set_destructor(esp, esp_destructor); smb_setup_ejs_functions(); - http_setup_ejs_functions(); if (web->input.url == NULL) { http_error(web, 400, "You must specify a GET or POST request"); -- cgit