summaryrefslogtreecommitdiff
path: root/lib/param/param_table.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_table.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_table.c')
-rw-r--r--lib/param/param_table.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index cb9596c5f7..325f295342 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -4261,14 +4261,6 @@ static struct parm_struct parm_table[] = {
.flags = FLAG_ADVANCED,
},
{
- .label = "dns recursive queries",
- .type = P_BOOL,
- .p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(dns_recursive_queries),
- .special = NULL,
- .enum_list = NULL
- },
- {
.label = "dns update command",
.type = P_CMDLIST,
.p_class = P_GLOBAL,