]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
1749. [bug] 'check-names response ignore;' failed to ignore.
authorMark Andrews <marka@isc.org>
Thu, 21 Oct 2004 01:53:44 +0000 (01:53 +0000)
committerMark Andrews <marka@isc.org>
Thu, 21 Oct 2004 01:53:44 +0000 (01:53 +0000)
                        [RT #12866]

CHANGES
lib/dns/resolver.c

diff --git a/CHANGES b/CHANGES
index 39736ab0be78247f5fe153540a6dbd51f145fea0..46dfd005c56e387458a01d02fc26bf247d5e7d28 100644 (file)
--- 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.
                        
index 88bec265363ea9d6b9a50a3d876e7d5f6c2e459a..08cec8d6f56810fc0b3b9d770eb098af0dafba66 100644 (file)
@@ -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 <config.h>
 
@@ -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);
 
        /*