2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

2375. [bug] Change #2144 was not complete.

This commit is contained in:
Mark Andrews
2008-05-29 04:46:32 +00:00
parent 67354524be
commit 58253bddc4
2 changed files with 4 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: resolver.c,v 1.370 2008/05/06 01:12:55 each Exp $ */
/* $Id: resolver.c,v 1.371 2008/05/29 04:46:32 marka Exp $ */
/*! \file */
@@ -2003,7 +2003,7 @@ add_bad(fetchctx_t *fctx, dns_adbaddrinfo_t *addrinfo, isc_result_t reason) {
return;
if (reason == DNS_R_UNEXPECTEDRCODE &&
fctx->rmessage->opcode == dns_rcode_servfail &&
fctx->rmessage->rcode == dns_rcode_servfail &&
ISFORWARDER(addrinfo))
return;