mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
807. [bug] xfrin was not ignoring the transfer-source port.
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -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.
|
||||||
|
|
||||||
|
@@ -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));
|
||||||
|
Reference in New Issue
Block a user