1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r7079: remember to register the esp calls

This commit is contained in:
Andrew Tridgell 2005-05-29 12:43:45 +00:00 committed by Gerald (Jerry) Carter
parent 45ea1b6441
commit ab27e58c08

View 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;