s3:smbd: comment the lp_load call in reload_services()
authorMichael Adam <obnox@samba.org>
Fri, 4 May 2012 16:00:15 +0000 (18:00 +0200)
committerMichael Adam <obnox@samba.org>
Sat, 5 May 2012 00:22:00 +0000 (02:22 +0200)
source3/smbd/server_reload.c

index f9891de218f4a2865bbd74ca56e27bc15efb08f5..8ca5bee7b120309cf50702f042bc0e8ba7519d10 100644 (file)
@@ -155,7 +155,11 @@ bool reload_services(struct smbd_server_connection *sconn,
 
        lp_killunused(sconn, snumused);
 
-       ret = lp_load(get_dyn_CONFIGFILE(), False, False, True, True);
+       ret = lp_load(get_dyn_CONFIGFILE(),
+                     false, /* global only */
+                     false, /* save defaults */
+                     true,  /* add_ipc */
+                     true); /* initialize globals */
 
        /* perhaps the config filename is now set */
        if (!test) {