From a0bc4da1a307753e3b28a11863f50d66b0894190 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 15 Jul 2005 07:18:23 +0000 Subject: r8483: switched our generated ejs rpc code over to the new OO interface. This means we don't pollute the name space, and also makes for faster startup times as we only create variables for the pipes that we use, not all pipes (This used to be commit 57d7a585e8162d21c7152952aa0cc7471968784f) --- source4/web_server/http.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/web_server') 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) { -- cgit