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_table.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lib/param/param_table.c') 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 @@ -4260,14 +4260,6 @@ static struct parm_struct parm_table[] = { .enum_list = NULL, .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, -- cgit