From 6782622296667e5ad4fce512bbb879f35351ad46 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 29 May 2005 12:43:45 +0000 Subject: r7079: remember to register the esp calls (This used to be commit ab27e58c08a065a5a84fcd763d0b4b070eb07886) --- source4/web_server/http.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4') diff --git a/source4/web_server/http.c b/source4/web_server/http.c index 4a82477160..e8dba5a754 100644 --- a/source4/web_server/http.c +++ b/source4/web_server/http.c @@ -750,6 +750,7 @@ void http_process_input(struct websrv_context *web) talloc_set_destructor(esp, esp_destructor); smb_setup_ejs_functions(); + http_setup_ejs_functions(); esp->req = espCreateRequest(web, web->input.url, esp->variables); if (esp->req == NULL) goto internal_error; -- cgit