s3:winbindd: use lp_load_global() - winbindd does not need shares or IPC$
authorMichael Adam <obnox@samba.org>
Thu, 28 Jul 2011 09:04:53 +0000 (11:04 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 28 Jul 2011 09:17:42 +0000 (11:17 +0200)
source3/winbindd/winbindd.c

index dd6ac16cfdef95fa682c884cbf9534537ada9a4f..0c07d4b1b6a8323d6369acc6e0b33d73f7cd8e40 100644 (file)
@@ -79,7 +79,7 @@ static bool reload_services_file(const char *lfile)
        }
 
        reopen_logs();
-       ret = lp_load(get_dyn_CONFIGFILE(),False,False,True,True);
+       ret = lp_load_global(get_dyn_CONFIGFILE());
 
        reopen_logs();
        load_interfaces();