diff options
Diffstat (limited to 'openbsd-compat/getrrsetbyname-ldns.c')
-rw-r--r-- | openbsd-compat/getrrsetbyname-ldns.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsd-compat/getrrsetbyname-ldns.c b/openbsd-compat/getrrsetbyname-ldns.c index 8ce5678c9..19666346b 100644 --- a/openbsd-compat/getrrsetbyname-ldns.c +++ b/openbsd-compat/getrrsetbyname-ldns.c | |||
@@ -205,7 +205,8 @@ getrrsetbyname(const char *hostname, unsigned int rdclass, | |||
205 | } | 205 | } |
206 | 206 | ||
207 | if (rr->_rr_class == rrset->rri_rdclass && | 207 | if (rr->_rr_class == rrset->rri_rdclass && |
208 | rr->_rr_type == LDNS_RR_TYPE_RRSIG) { | 208 | rr->_rr_type == LDNS_RR_TYPE_RRSIG && |
209 | rrset->rri_sigs) { | ||
209 | rdata = &rrset->rri_sigs[index_sig++]; | 210 | rdata = &rrset->rri_sigs[index_sig++]; |
210 | } | 211 | } |
211 | 212 | ||