summaryrefslogtreecommitdiff
path: root/lib/param
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-11-21 15:53:53 +0100
committerJeremy Allison <jra@samba.org>2015-07-07 23:51:23 +0200
commite5895c3c37885c3538666bf6cde75881156419cf (patch)
treefa9311bc4346c3e649677e0ef43b1b4d1b054005 /lib/param
parente749174dd8207bd9ffcb950d701e89661f3801e3 (diff)
downloadsamba-e5895c3c37885c3538666bf6cde75881156419cf.tar.gz
param: Make "change notify" global
With a central notifyd, we can't do this per share anymore. Notifyd will only look at absolute paths, not shares. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param')
-rw-r--r--lib/param/param_table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 148f79c6df4..9a5881fb82b 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -1660,8 +1660,8 @@ struct parm_struct parm_table[] = {
{
.label = "change notify",
.type = P_BOOL,
- .p_class = P_LOCAL,
- .offset = LOCAL_VAR(change_notify),
+ .p_class = P_GLOBAL,
+ .offset = GLOBAL_VAR(change_notify),
.special = NULL,
.enum_list = NULL,
},