Skip to content
Snippets Groups Projects
Commit 07be02d7 authored by Lubos Slovak's avatar Lubos Slovak
Browse files

Fixed adding RRSIGs in AXFR

refs #755
parent 26e51a9b
No related branches found
No related tags found
No related merge requests found
......@@ -1840,6 +1840,11 @@ rrset:
// we can send the RRSets in any order, so add the RRSIGs now
rrset = dnslib_rrset_rrsigs(rrset);
rrsigs:
if (rrset == NULL) {
++i;
continue;
}
ret = dnslib_response_add_rrset_answer(params->xfr->response,
rrset, 0, 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment