diff options
Diffstat (limited to 'lib/param/param_functions.c')
-rw-r--r-- | lib/param/param_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index 66399dabcf..020d5d3b1e 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -354,7 +354,7 @@ FN_GLOBAL_LIST(eventlog_list, eventlog_list) 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, szNetbiosAliases) +FN_GLOBAL_LIST(netbios_aliases, netbios_aliases) FN_GLOBAL_LIST(nsupdate_command, szNSUpdateCommand) FN_GLOBAL_LIST(preload_modules, szPreloadModules) FN_GLOBAL_LIST(rndc_command, szRNDCCommand) |