svn commit: samba r7079 - in branches/SAMBA_4_0/source/web_server: .

tridge at samba.org tridge at samba.org
Sun May 29 12:43:45 GMT 2005


Author: tridge
Date: 2005-05-29 12:43:45 +0000 (Sun, 29 May 2005)
New Revision: 7079

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7079

Log:
remember to register the esp calls

Modified:
   branches/SAMBA_4_0/source/web_server/http.c


Changeset:
Modified: branches/SAMBA_4_0/source/web_server/http.c
===================================================================
--- branches/SAMBA_4_0/source/web_server/http.c	2005-05-29 12:41:59 UTC (rev 7078)
+++ branches/SAMBA_4_0/source/web_server/http.c	2005-05-29 12:43:45 UTC (rev 7079)
@@ -750,6 +750,7 @@
 	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;



More information about the samba-cvs mailing list