One more _getdns_rrset caused dnssec fix

This commit is contained in:
Willem Toorop 2016-06-08 16:03:45 +02:00
parent 6e7f66b216
commit 8679633cd9
1 changed files with 1 additions and 0 deletions

View File

@ -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))