2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

3904. [func] Add the RPZ SOA to the additional section. [RT36507]

This commit is contained in:
Mark Andrews
2014-07-31 10:51:48 +10:00
parent a04588e781
commit 3a55d43527
4 changed files with 40 additions and 24 deletions

View File

@@ -5996,7 +5996,7 @@ noanswer_response(fetchctx_t *fctx, dns_name_t *oqname,
"unrelated %s %s in "
"%s authority section",
tbuf, qbuf, nbuf);
return (DNS_R_FORMERR);
goto nextname;
}
if (type == dns_rdatatype_ns) {
/*
@@ -6059,6 +6059,7 @@ noanswer_response(fetchctx_t *fctx, dns_name_t *oqname,
}
}
}
nextname:
result = dns_message_nextname(message, section);
if (result == ISC_R_NOMORE)
break;