summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-03-19 15:18:06 +0100
committerMichael Adam <obnox@samba.org>2008-03-20 15:01:52 +0100
commitf18722f88987ca2a8edc43552a4e0ff682b80214 (patch)
treef2cb1726b95dfe3c19b895bcc13a69d7c7b34df7
parent78d37365d4cdc459dc3839ed53b1ef5867ef8683 (diff)
downloadsamba-f18722f88987ca2a8edc43552a4e0ff682b80214.tar.gz
samba-f18722f88987ca2a8edc43552a4e0ff682b80214.tar.bz2
samba-f18722f88987ca2a8edc43552a4e0ff682b80214.zip
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)
-rw-r--r--source3/param/loadparm.c9
1 files changed, 0 insertions, 9 deletions
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;
}
}