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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user