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:
parent
35112a392f
commit
2b7a77a68e
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
|
||||
the calling stack to the zone maintence level.
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
* 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>
|
||||
|
||||
@ -762,6 +762,7 @@ xfrin_create(isc_mem_t *mctx,
|
||||
default:
|
||||
INSIST(0);
|
||||
}
|
||||
isc_sockaddr_setport(&xfr->sourceaddr, 0);
|
||||
|
||||
isc_buffer_init(&xfr->qbuffer, xfr->qbuffer_data,
|
||||
sizeof(xfr->qbuffer_data));
|
||||
|
Loading…
x
Reference in New Issue
Block a user