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 24a6e88c1e..66399dabcf 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -353,7 +353,7 @@ FN_GLOBAL_LIST(dns_update_command, dns_update_command) 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, szNameResolveOrder) +FN_GLOBAL_LIST(name_resolve_order, name_resolve_order) FN_GLOBAL_LIST(netbios_aliases, szNetbiosAliases) FN_GLOBAL_LIST(nsupdate_command, szNSUpdateCommand) FN_GLOBAL_LIST(preload_modules, szPreloadModules) |