From: Mark Andrews Date: Thu, 21 Oct 2004 01:53:44 +0000 (+0000) Subject: 1749. [bug] 'check-names response ignore;' failed to ignore. X-Git-Tag: v9.2.5rc1~28^2~69 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=21094b43a2dc4e1f569a9ed894f5369470cd1a7f;p=thirdparty%2Fbind9.git 1749. [bug] 'check-names response ignore;' failed to ignore. [RT #12866] --- diff --git a/CHANGES b/CHANGES index 39736ab0be7..46dfd005c56 100644 --- a/CHANGES +++ b/CHANGES @@ -3,7 +3,8 @@ 1750. [port] lib/bind/make/rules.in:subdirs was not bash friendly. [RT #12864] -1749. [placeholder] rt12866 +1749. [bug] 'check-names response ignore;' failed to ignore. + [RT #12866] 1748. [func] dig now returns the byte count for axfr/ixfr. diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index 88bec265363..08cec8d6f56 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: resolver.c,v 1.295 2004/09/16 02:10:42 marka Exp $ */ +/* $Id: resolver.c,v 1.296 2004/10/21 01:53:44 marka Exp $ */ #include @@ -5251,7 +5251,7 @@ resquery_response(isc_task_t *task, isc_event_t *event) { domainbuf, namebuf, typebuf, classbuf, addrbuf); } - if ((fctx->res->options | DNS_RESOLVER_CHECKNAMES) != 0) + if ((fctx->res->options & DNS_RESOLVER_CHECKNAMES) != 0) checknames(message); /*