mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +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() )
|
if ( test && !lp_file_list_changed() )
|
||||||
return(True);
|
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 */
|
/* perhaps the config filename is now set */
|
||||||
if ( !test ) {
|
if ( !test ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user