mirror of https://github.com/getdnsapi/getdns.git
One more _getdns_rrset caused dnssec fix
This commit is contained in:
parent
6e7f66b216
commit
8679633cd9
|
@ -2200,6 +2200,7 @@ static int key_proves_nonexistance(
|
|||
*/
|
||||
nsec_rrset = *rrset;
|
||||
nsec_rrset.rr_type = GETDNS_RRTYPE_NSEC;
|
||||
nsec_rrset.sections = SECTION_NO_ADDITIONAL;
|
||||
|
||||
if (/* A NSEC RR exists at the owner name of rrset */
|
||||
(nsec_rr = _getdns_rrtype_iter_init(&nsec_spc, &nsec_rrset))
|
||||
|
|
Loading…
Reference in New Issue