r8483: switched our generated ejs rpc code over to the new OO interface. This
[kai/samba.git] / source4 / web_server / http.c
index d6d8196ced8d46fe1e5854565dd45af4388c37a9..ec4b7770a64b9eb6081785a19b73d3f8f27b82fb 100644 (file)
@@ -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) {