diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-05-29 12:43:45 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:13 -0500 |
commit | 6782622296667e5ad4fce512bbb879f35351ad46 (patch) | |
tree | 4c71b5bb4bc8753651cdb947d415d3d6b145fc8d /source4 | |
parent | 09e00bbdc18741c20f2eeba83da742f056115789 (diff) | |
download | samba-6782622296667e5ad4fce512bbb879f35351ad46.tar.gz samba-6782622296667e5ad4fce512bbb879f35351ad46.tar.bz2 samba-6782622296667e5ad4fce512bbb879f35351ad46.zip |
r7079: remember to register the esp calls
(This used to be commit ab27e58c08a065a5a84fcd763d0b4b070eb07886)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/web_server/http.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |