mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
s3:nmbd: use the lp_load_global() wrapper of lp_load()
This commit is contained in:
parent
74b806c888
commit
a7e9219002
@ -366,7 +366,7 @@ static bool reload_nmbd_services(bool test)
|
||||
if ( test && !lp_file_list_changed() )
|
||||
return(True);
|
||||
|
||||
ret = lp_load(get_dyn_CONFIGFILE(), True , False, False, True);
|
||||
ret = lp_load_global(get_dyn_CONFIGFILE());
|
||||
|
||||
/* perhaps the config filename is now set */
|
||||
if ( !test ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user