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:
parent
45ea1b6441
commit
ab27e58c08
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user