From f18722f88987ca2a8edc43552a4e0ff682b80214 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 19 Mar 2008 15:18:06 +0100 Subject: loadparm: reenable checking files for updates while in registry configuration. This is necessary now that includes (to files) are enabled from registry. Michael (This used to be commit 7dc64d1021e0b8f3339f811c8c144f7013a649a8) --- source3/param/loadparm.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source3/param') diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 6e66e51c3e..04fade5789 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -6621,15 +6621,6 @@ bool lp_file_list_changed(void) (unsigned long long)conf_last_seqnum, (unsigned long long)conf_cur_seqnum)); return true; - } else { - /* - * Don't check files when config_backend is registry. - * Remove this to obtain checking of files even with - * registry config backend. That would enable switching - * off registry configuration by changing smb.conf even - * without restarting smbd. - */ - return false; } } -- cgit