From: Evan Hunt Date: Mon, 5 Dec 2011 17:27:27 +0000 (+0000) Subject: missed a line X-Git-Tag: v9.7.5b1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db2cb7eaae0b93e9c7c87d143eaeccc1074c04ef;p=thirdparty%2Fbind9.git missed a line --- diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index 7aac2b9c089..619f19e526b 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: resolver.c,v 1.413.14.24 2011/12/05 16:57:27 each Exp $ */ +/* $Id: resolver.c,v 1.413.14.25 2011/12/05 17:27:27 each Exp $ */ /*! \file */ @@ -1823,7 +1823,6 @@ resquery_send(resquery_t *query) { fctx->timeouts >= (MAX_EDNS0_TIMEOUTS * 2)) && (query->options & DNS_FETCHOPT_NOEDNS0) == 0) { query->options |= DNS_FETCHOPT_NOEDNS0; - query->options |= DNS_FETCHOPT_CACHENOEDNS; fctx->reason = "disabling EDNS"; } else if ((triededns(fctx, &query->addrinfo->sockaddr) || fctx->timeouts >= MAX_EDNS0_TIMEOUTS) &&