diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index 020d5d3b1ed..f871a204498 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -355,7 +355,7 @@ FN_GLOBAL_LIST(init_logon_delayed_hosts, szinit_logon_delayedHosts) FN_GLOBAL_LIST(interfaces, interfaces) FN_GLOBAL_LIST(name_resolve_order, name_resolve_order) FN_GLOBAL_LIST(netbios_aliases, netbios_aliases) -FN_GLOBAL_LIST(nsupdate_command, szNSUpdateCommand) +FN_GLOBAL_LIST(nsupdate_command, nsupdate_command) FN_GLOBAL_LIST(preload_modules, szPreloadModules) FN_GLOBAL_LIST(rndc_command, szRNDCCommand) FN_GLOBAL_LIST(samba_kcc_command, szSambaKCCCommand) diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 97469987682..4ae10f8170f 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -4240,7 +4240,7 @@ static struct parm_struct parm_table[] = { .label = "nsupdate command", .type = P_CMDLIST, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(szNSUpdateCommand), + .offset = GLOBAL_VAR(nsupdate_command), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED,