summaryrefslogtreecommitdiffstats
path: root/lib/param
diff options
context:
space:
mode:
Diffstat (limited to 'lib/param')
-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 d535731c5e..8ab0822dde 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -192,7 +192,7 @@ FN_GLOBAL_BOOL(local_master, local_master)
FN_GLOBAL_BOOL(log_writeable_files_on_exit, log_writeable_files_on_exit)
FN_GLOBAL_BOOL(map_untrusted_to_domain, map_untrusted_to_domain)
FN_GLOBAL_BOOL(ms_add_printer_wizard, ms_add_printer_wizard)
-FN_GLOBAL_BOOL(multicast_dns_register, bMulticastDnsRegister)
+FN_GLOBAL_BOOL(multicast_dns_register, multicast_dns_register)
FN_GLOBAL_BOOL(neutralize_nt4_emulation, bNeutralizeNT4Emulation)
FN_GLOBAL_BOOL(nis_home_map, bNISHomeMap)
FN_GLOBAL_BOOL(nmbd_bind_explicit_broadcast, bNmbdBindExplicitBroadcast)
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 59fb11d4a2..f3efc1736b 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -4258,7 +4258,7 @@ static struct parm_struct parm_table[] = {
.label = "multicast dns register",
.type = P_BOOL,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(bMulticastDnsRegister),
+ .offset = GLOBAL_VAR(multicast_dns_register),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_GLOBAL,