From 1627fcda3eff6e636438c90d07ffcfd497ea68e2 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 12 Sep 2012 18:07:58 +1000 Subject: dns_server: Remove parameter 'dns recursive queries' and base this on 'dns forwarder' This simplifies a very common configuration. Andrew Bartlett Signed-off-by: Stefan Metzmacher --- lib/param/param_functions.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/param/param_functions.c') diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index bf6863e76d..ce2f671d73 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -179,7 +179,6 @@ FN_GLOBAL_BOOL(defer_sharing_violations, bDeferSharingViolations) FN_GLOBAL_BOOL(disable_netbios, bDisableNetbios) FN_GLOBAL_BOOL(_disable_spoolss, bDisableSpoolss) FN_GLOBAL_BOOL(_domain_logons, bDomainLogons) -FN_GLOBAL_BOOL(dns_recursive_queries, dns_recursive_queries) FN_GLOBAL_BOOL(enable_asu_support, bASUSupport) FN_GLOBAL_BOOL(enable_core_files, bEnableCoreFiles) FN_GLOBAL_BOOL(enable_privileges, bEnablePrivileges) -- cgit