summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/param/param_functions.c2
-rw-r--r--lib/param/param_table.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c
index 2b9140a06f..7e4247ab05 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -149,7 +149,7 @@ FN_LOCAL_INTEGER(directory_name_cache_size, directory_name_cache_size)
FN_LOCAL_INTEGER(smb_encrypt, smb_encrypt)
FN_LOCAL_PARM_CHAR(magicchar, magicchar)
FN_LOCAL_STRING(cups_options, cups_options)
-FN_LOCAL_PARM_BOOL(change_notify, bChangeNotify)
+FN_LOCAL_PARM_BOOL(change_notify, change_notify)
FN_LOCAL_PARM_BOOL(kernel_change_notify, bKernelChangeNotify)
FN_LOCAL_BOOL(durable_handles, bDurableHandles)
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index a8610fb401..b8d9ca9df8 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -1767,7 +1767,7 @@ static struct parm_struct parm_table[] = {
.label = "change notify",
.type = P_BOOL,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(bChangeNotify),
+ .offset = LOCAL_VAR(change_notify),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_SHARE,