]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2258. [bug] Fallback from IXFR/TSIG to SOA/AXFR/TSIG broken.
authorMark Andrews <marka@isc.org>
Wed, 31 Oct 2007 01:56:47 +0000 (01:56 +0000)
committerMark Andrews <marka@isc.org>
Wed, 31 Oct 2007 01:56:47 +0000 (01:56 +0000)
                        [RT #17241]

CHANGES
lib/dns/xfrin.c

diff --git a/CHANGES b/CHANGES
index 29e579ae067ccaf740a09d7e3c0d3f1ee10401bc..7de47925d86fcab05efa55db22035bffe707be39 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+2258.  [bug]           Fallback from IXFR/TSIG to SOA/AXFR/TSIG broken.
+                       [RT #17241]
+
 2257.  [bug]           win32: Use the full path to vcredist_x86.exe when
                        calling it. [RT #17222]
 
index 18a3cc8e23b36bf438078c726fc4448d19eddf80..0c0993bbefc6595dc6fc6932a83d9e9a956e55da 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: xfrin.c,v 1.153 2007/06/18 23:47:42 tbox Exp $ */
+/* $Id: xfrin.c,v 1.154 2007/10/31 01:56:47 marka Exp $ */
 
 /*! \file */
 
@@ -1059,6 +1059,7 @@ xfrin_send_request(dns_xfrin_ctx_t *xfr) {
 
        xfr->checkid = ISC_TRUE;
        xfr->id++;
+       xfr->nmsg = 0;
        msg->id = xfr->id;
 
        CHECK(render(msg, xfr->mctx, &xfr->qbuffer));