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

idra at samba.org idra at samba.org
Fri Jun 3 14:08:28 GMT 2005


Author: idra
Date: 2005-06-03 14:08:27 +0000 (Fri, 03 Jun 2005)
New Revision: 7234

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

Log:

that code path is died


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-06-03 14:07:50 UTC (rev 7233)
+++ branches/SAMBA_4_0/source/web_server/http.c	2005-06-03 14:08:27 UTC (rev 7234)
@@ -794,7 +794,6 @@
 	talloc_set_destructor(esp, esp_destructor);
 
 	smb_setup_ejs_functions();
-	http_setup_ejs_functions();
 
 	if (web->input.url == NULL) {
 		http_error(web, 400, "You must specify a GET or POST request");



More information about the samba-cvs mailing list