diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/web_server/http.c | 1 |
1 files changed, 0 insertions, 1 deletions
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"); |