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

3964. [func] nsupdate now performs check-names processing.

[RT #36266]
This commit is contained in:
Mark Andrews
2014-10-02 09:35:43 +10:00
parent 7c1468ed50
commit ed1c845c1d
7 changed files with 109 additions and 1 deletions

View File

@@ -1833,7 +1833,6 @@ load_text(dns_loadctx_t *lctx) {
goto insist_and_cleanup;
}
if (type == dns_rdatatype_rrsig ||
type == dns_rdatatype_sig)
covers = dns_rdata_covers(&rdata[rdcount]);