mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 01:50:01 -04:00
grammar
This commit is contained in:
parent
d358eea93e
commit
11c8a04f9b
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: xfrin.c,v 1.122 2001/06/05 23:43:15 marka Exp $ */
|
||||
/* $Id: xfrin.c,v 1.123 2001/06/07 20:11:30 gson Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -529,7 +529,7 @@ xfr_rr(dns_xfrin_ctx_t *xfr, dns_name_t *name, isc_uint32_t ttl,
|
|||
|
||||
case XFRST_AXFR:
|
||||
/*
|
||||
* Old BIND's sent cross class A records for non IN classes.
|
||||
* Old BINDs sent cross class A records for non IN classes.
|
||||
*/
|
||||
if (rdata->type == dns_rdatatype_a &&
|
||||
rdata->rdclass != xfr->rdclass &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue