summaryrefslogtreecommitdiff
path: root/lib/param/param_functions.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-09-12 18:07:58 +1000
committerStefan Metzmacher <metze@samba.org>2012-09-12 16:51:29 +0200
commit1627fcda3eff6e636438c90d07ffcfd497ea68e2 (patch)
treec4fbd81aa85eaa6d6ff511b68545b41a95617fee /lib/param/param_functions.c
parent5cac79abce9f7d30e28cbf15a94c7e92818a91ca (diff)
downloadsamba-1627fcda3eff6e636438c90d07ffcfd497ea68e2.tar.gz
samba-1627fcda3eff6e636438c90d07ffcfd497ea68e2.tar.bz2
samba-1627fcda3eff6e636438c90d07ffcfd497ea68e2.zip
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 <metze@samba.org>
Diffstat (limited to 'lib/param/param_functions.c')
-rw-r--r--lib/param/param_functions.c1
1 files changed, 0 insertions, 1 deletions
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)