From a6fe4d20f192bf1bde7e632b03ee3e20776cf37e Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 28 Jul 2011 11:04:53 +0200 Subject: s3:winbindd: use lp_load_global() - winbindd does not need shares or IPC$ --- source3/winbindd/winbindd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit