2455. [bug] Stop metadata being transfered via axfr/ixfr.

[RT #18639]
This commit is contained in:
Mark Andrews
2008-09-25 03:49:55 +00:00
parent e101739d76
commit eab4a5c29d
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
2455. [bug] Stop metadata being transfered via axfr/ixfr.
[RT #18639]
2454. [func] nsupdate: you can now set a default ttl. [RT #18317]
2453. [bug] Remove NULL pointer dereference in dns_journal_print().

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: xfrin.c,v 1.164 2008/08/15 17:52:53 jinmei Exp $ */
/* $Id: xfrin.c,v 1.165 2008/09/25 03:49:55 marka Exp $ */
/*! \file */
@@ -433,6 +433,9 @@ xfr_rr(dns_xfrin_ctx_t *xfr, dns_name_t *name, isc_uint32_t ttl,
xfr->nrecs++;
if (rdata->type == 0 || dns_rdatatype_ismeta(rdata->type))
FAIL(DNS_R_FORMERR);
redo:
switch (xfr->state) {
case XFRST_SOAQUERY: