2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

807. [bug] xfrin was not ignoring the transfer-source port.

This commit is contained in:
Mark Andrews 2001-04-10 23:54:03 +00:00
parent 35112a392f
commit 2b7a77a68e
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,5 @@
807. [bug] xfrin was not ignoring the transfer-source port.
806. [bug] DNS_R_SEENINCLUDE was failing to propagate back up 806. [bug] DNS_R_SEENINCLUDE was failing to propagate back up
the calling stack to the zone maintence level. the calling stack to the zone maintence level.

View File

@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: xfrin.c,v 1.115 2001/03/05 21:15:45 bwelling Exp $ */ /* $Id: xfrin.c,v 1.116 2001/04/10 23:54:03 marka Exp $ */
#include <config.h> #include <config.h>
@ -762,6 +762,7 @@ xfrin_create(isc_mem_t *mctx,
default: default:
INSIST(0); INSIST(0);
} }
isc_sockaddr_setport(&xfr->sourceaddr, 0);
isc_buffer_init(&xfr->qbuffer, xfr->qbuffer_data, isc_buffer_init(&xfr->qbuffer, xfr->qbuffer_data,
sizeof(xfr->qbuffer_data)); sizeof(xfr->qbuffer_data));