From: Mark Andrews Date: Wed, 31 Oct 2007 01:56:47 +0000 (+0000) Subject: 2258. [bug] Fallback from IXFR/TSIG to SOA/AXFR/TSIG broken. X-Git-Tag: v9.5.0~333 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33170a4b2b2765583df543efbb13a01e7b664037;p=thirdparty%2Fbind9.git 2258. [bug] Fallback from IXFR/TSIG to SOA/AXFR/TSIG broken. [RT #17241] --- diff --git a/CHANGES b/CHANGES index 29e579ae067..7de47925d86 100644 --- 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] diff --git a/lib/dns/xfrin.c b/lib/dns/xfrin.c index 18a3cc8e23b..0c0993bbefc 100644 --- a/lib/dns/xfrin.c +++ b/lib/dns/xfrin.c @@ -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));