svn commit: samba r7074 - in branches/SAMBA_4_0/source/scripting/ejs: .

tridge at samba.org tridge at samba.org
Sun May 29 11:43:59 GMT 2005


Author: tridge
Date: 2005-05-29 11:43:52 +0000 (Sun, 29 May 2005)
New Revision: 7074

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

Log:
we should load all shares in smbscript


Modified:
   branches/SAMBA_4_0/source/scripting/ejs/smbscript.c


Changeset:
Modified: branches/SAMBA_4_0/source/scripting/ejs/smbscript.c
===================================================================
--- branches/SAMBA_4_0/source/scripting/ejs/smbscript.c	2005-05-29 11:43:02 UTC (rev 7073)
+++ branches/SAMBA_4_0/source/scripting/ejs/smbscript.c	2005-05-29 11:43:52 UTC (rev 7074)
@@ -45,7 +45,7 @@
 
 	setup_logging(argv[0],DEBUG_STDOUT);
 
-	if (!lp_load(dyn_CONFIGFILE,True,False,False)) {
+	if (!lp_load(dyn_CONFIGFILE, False, False, False)) {
 		fprintf(stderr, "%s: Can't load %s - run testparm to debug it\n",
 			argv[0], dyn_CONFIGFILE);
 		exit(1);



More information about the samba-cvs mailing list