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

tridge at samba.org tridge at samba.org
Sat Jul 9 05:25:09 GMT 2005


Author: tridge
Date: 2005-07-09 05:25:08 +0000 (Sat, 09 Jul 2005)
New Revision: 8255

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

Log:
enable access to the ejs constants generated by pidl from the web server esp pages




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-07-09 05:24:35 UTC (rev 8254)
+++ branches/SAMBA_4_0/source/web_server/http.c	2005-07-09 05:25:08 UTC (rev 8255)
@@ -822,6 +822,8 @@
 	esp->req = espCreateRequest(web, web->input.url, esp->variables);
 	if (esp->req == NULL) goto internal_error;
 
+	smb_setup_ejs_constants(esp->req->eid);
+
 	/* work out the mime type */
 	p = strrchr(web->input.url, '.');
 	if (p == NULL) {



More information about the samba-cvs mailing list