summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/nmbd/nmbd.c')
-rw-r--r--source3/nmbd/nmbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c
index 1a12e0eec0..f199a21ea8 100644
--- a/source3/nmbd/nmbd.c
+++ b/source3/nmbd/nmbd.c
@@ -223,7 +223,7 @@ BOOL reload_services(BOOL test)
if ( test && !lp_file_list_changed() )
return(True);
- ret = lp_load( servicesf, True );
+ ret = lp_load( servicesf, True , False, False);
/* perhaps the config filename is now set */
if ( !test )