]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
missed a line
authorEvan Hunt <each@isc.org>
Mon, 5 Dec 2011 17:27:16 +0000 (17:27 +0000)
committerEvan Hunt <each@isc.org>
Mon, 5 Dec 2011 17:27:16 +0000 (17:27 +0000)
lib/dns/resolver.c

index 013558c992915aee88a5fb20595f648270026209..8b56aa21dc2916f7d87dc2dcc80edd56006fdbff 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: resolver.c,v 1.444 2011/12/05 17:10:51 each Exp $ */
+/* $Id: resolver.c,v 1.445 2011/12/05 17:27:16 each Exp $ */
 
 /*! \file */
 
@@ -1832,7 +1832,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) &&