1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

r7074: we should load all shares in smbscript

(This used to be commit 92f85507df2bce5e246484860a43748321f2291e)
This commit is contained in:
Andrew Tridgell 2005-05-29 11:43:52 +00:00 committed by Gerald (Jerry) Carter
parent 9e5bdc3c5d
commit 8f84f7cdec

View File

@ -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);