1
0
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:
Andrew Bartlett
2005-06-13 10:01:11 +00:00
committed by Gerald (Jerry) Carter
parent a977dcef03
commit 990e061939
14 changed files with 20 additions and 71 deletions

View File

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