diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/winbindd/winbindd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |