mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 21:22:09 -04:00
2258. [bug] Fallback from IXFR/TSIG to SOA/AXFR/TSIG broken.
[RT #17241]
This commit is contained in:
parent
fd368cec2a
commit
33170a4b2b
2 changed files with 5 additions and 1 deletions
3
CHANGES
3
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]
|
||||
|
||||
|
|
|
|||
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in a new issue