mirror of
https://github.com/samba-team/samba.git
synced 2025-11-09 20:23:51 +03:00
r7074: we should load all shares in smbscript
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
f1d0c00660
commit
92f85507df
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user