r7079: remember to register the esp calls
authorAndrew Tridgell <tridge@samba.org>
Sun, 29 May 2005 12:43:45 +0000 (12:43 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:17:13 +0000 (13:17 -0500)
source/web_server/http.c

index 4a82477160add635a33c2a9eea2057772e551dad..e8dba5a754b0022a5e7fa3089e5f9b62ab57f3cd 100644 (file)
@@ -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;