diff options
Diffstat (limited to 'source4/web_server/http.c')
-rw-r--r-- | source4/web_server/http.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/web_server/http.c b/source4/web_server/http.c index d6d8196ced..ec4b7770a6 100644 --- a/source4/web_server/http.c +++ b/source4/web_server/http.c @@ -822,8 +822,6 @@ void http_process_input(struct websrv_context *web) esp->req = espCreateRequest(web, web->input.url, esp->variables); if (esp->req == NULL) goto internal_error; - smb_setup_ejs_constants(esp->req->eid); - /* work out the mime type */ p = strrchr(web->input.url, '.'); if (p == NULL) { |