From a7e921900236886f368e50d3c5ca82317558d63a Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 27 Jul 2011 16:34:53 +0200 Subject: s3:nmbd: use the lp_load_global() wrapper of lp_load() --- source3/nmbd/nmbd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c index e8a8b0ead9..ceec2fdf9d 100644 --- a/source3/nmbd/nmbd.c +++ b/source3/nmbd/nmbd.c @@ -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 ) { -- cgit