From 8ca17e2f47cb171d615784b2449106135e27f1c2 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 9 Jul 2005 05:25:08 +0000 Subject: r8255: enable access to the ejs constants generated by pidl from the web server esp pages (This used to be commit 354cdf893d7ce36afd6f2776308b3c864f29ce0b) --- source4/web_server/http.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/web_server') diff --git a/source4/web_server/http.c b/source4/web_server/http.c index 314d919357..981457c535 100644 --- a/source4/web_server/http.c +++ b/source4/web_server/http.c @@ -822,6 +822,8 @@ 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