From 60cf8301f9364c57eef20f3823a330a577c9f858 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Wed, 23 Aug 2000 23:56:44 +0000 Subject: [PATCH] drop parser support for dns_c_forw_noanswer and dns_c_forw_nodomain as the server does not implement them (lacking a spec for what they should do) --- lib/dns/config/confparser.y.dirty | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/lib/dns/config/confparser.y.dirty b/lib/dns/config/confparser.y.dirty index 30e6cd5133..b0da8f0f38 100644 --- a/lib/dns/config/confparser.y.dirty +++ b/lib/dns/config/confparser.y.dirty @@ -16,7 +16,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confparser.y.dirty,v 1.12 2000/08/23 23:54:58 gson Exp $ */ +/* $Id: confparser.y.dirty,v 1.13 2000/08/23 23:56:44 gson Exp $ */ #include @@ -2120,14 +2120,6 @@ forward_opt: L_ONLY { $$ = dns_c_forw_first; } - | L_IF_NO_ANSWER - { - $$ = dns_c_forw_noanswer; - } - | L_IF_NO_DOMAIN - { - $$ = dns_c_forw_nodomain; - } ;