summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-05-29 11:43:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:12 -0500
commit8f84f7cdecf12396eb5c1723e5e1ccf813cd9a51 (patch)
treec9a915b3d7750e7ff21837b0f7acb9b0cdb8af91 /source4/scripting
parent9e5bdc3c5dfe0bbfc60232ebf063bf59919c87b0 (diff)
downloadsamba-8f84f7cdecf12396eb5c1723e5e1ccf813cd9a51.tar.gz
samba-8f84f7cdecf12396eb5c1723e5e1ccf813cd9a51.tar.bz2
samba-8f84f7cdecf12396eb5c1723e5e1ccf813cd9a51.zip
r7074: we should load all shares in smbscript
(This used to be commit 92f85507df2bce5e246484860a43748321f2291e)
Diffstat (limited to 'source4/scripting')
-rw-r--r--source4/scripting/ejs/smbscript.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/ejs/smbscript.c b/source4/scripting/ejs/smbscript.c
index 593d3b0cf5..c6b1b7a192 100644
--- a/source4/scripting/ejs/smbscript.c
+++ b/source4/scripting/ejs/smbscript.c
@@ -45,7 +45,7 @@ void ejs_exception(const char *reason)
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);