2258. [bug] Fallback from IXFR/TSIG to SOA/AXFR/TSIG broken.

[RT #17241]
This commit is contained in:
Mark Andrews 2007-10-31 01:56:47 +00:00
parent fd368cec2a
commit 33170a4b2b
2 changed files with 5 additions and 1 deletions

View file

@ -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]

View 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));