1
0
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:
Michael Adam 2011-07-27 16:34:53 +02:00
parent 74b806c888
commit a7e9219002

View File

@ -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 ) {