]> 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:59:47 +0000 (01:59 +0000)
committerMark Andrews <marka@isc.org>
Wed, 31 Oct 2007 01:59:47 +0000 (01:59 +0000)
                        [RT #17241]

CHANGES
lib/dns/xfrin.c

diff --git a/CHANGES b/CHANGES
index 4f939b3ae39929feda4e37c51e8d7f44e4447f4e..686ca34dab780ca8c3a8a2840e5d4d6b371ce5b9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
 
+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 2d66488f03f36adb082a872fe1fe553fc94ce8a4..dd7801d4f460472126316bf219619e1a06c4bf79 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: xfrin.c,v 1.135.18.15 2007/08/28 07:20:05 tbox Exp $ */
+/* $Id: xfrin.c,v 1.135.18.16 2007/10/31 01:59:47 marka Exp $ */
 
 /*! \file */
 
@@ -1048,6 +1048,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));