s3:winbindd: use lp_load_global() - winbindd does not need shares or IPC$
[ira/wip.git] / 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();