mirror of
https://github.com/samba-team/samba.git
synced 2025-10-26 23:33:15 +03:00
r7530: Simply calling convention of lp_load().
This always loads all the services, as we now don't have an easy way to split out smbd. Andrew Bartlett
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
a977dcef03
commit
990e061939
@@ -49,7 +49,7 @@ void ejs_exception(const char *reason)
|
||||
|
||||
setup_logging(argv[0],DEBUG_STDOUT);
|
||||
|
||||
if (!lp_load(dyn_CONFIGFILE, False, False, False)) {
|
||||
if (!lp_load(dyn_CONFIGFILE)) {
|
||||
fprintf(stderr, "%s: Can't load %s - run testparm to debug it\n",
|
||||
argv[0], dyn_CONFIGFILE);
|
||||
exit(127);
|
||||
|
||||
Reference in New Issue
Block a user