From cf9bd1d9ed6db5d35d92816382edbadc217de792 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 18 Jul 2012 15:19:15 +1000 Subject: s3-param: Make lp_name_resolve_order() return a list This allows this parameter, one of the few with differing declarations between the loadparm systems, to be brought into common. Andrew Bartlett Pair-Programmed-With: Andrew Tridgell --- lib/param/param_functions.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/param/param_functions.c') diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index 914150a337..c2bd63105a 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -349,6 +349,7 @@ FN_GLOBAL_LIST(dns_update_command, szDNSUpdateCommand) FN_GLOBAL_LIST(eventlog_list, szEventLogs) FN_GLOBAL_LIST(init_logon_delayed_hosts, szInitLogonDelayedHosts) FN_GLOBAL_LIST(interfaces, szInterfaces) +FN_GLOBAL_LIST(name_resolve_order, szNameResolveOrder) FN_GLOBAL_LIST(netbios_aliases, szNetbiosAliases) FN_GLOBAL_LIST(nsupdate_command, szNSUpdateCommand) FN_GLOBAL_LIST(preload_modules, szPreloadModules) -- cgit