From: Michael Adam Date: Thu, 28 Jul 2011 09:04:53 +0000 (+0200) Subject: s3:winbindd: use lp_load_global() - winbindd does not need shares or IPC$ X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=a6fe4d20f192bf1bde7e632b03ee3e20776cf37e;p=mat%2Fsamba.git s3:winbindd: use lp_load_global() - winbindd does not need shares or IPC$ --- diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index dd6ac16cfd..0c07d4b1b6 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -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();