Skip to content
Snippets Groups Projects
Commit 952c062e authored by Jan Kadlec's avatar Jan Kadlec
Browse files

Fixed flags for synthesized RRSIGs.

parent 0a4a2d84
No related branches found
No related tags found
No related merge requests found
......@@ -803,7 +803,7 @@ int nsec_append_rrsigs(knot_pkt_t *pkt, bool optional)
int ret = KNOT_EOK;
uint32_t flags = (optional) ? KNOT_PF_NOTRUNC : KNOT_PF_NULL;
flags &= KNOT_PF_FREE; // Free all RRSIGs, they are synthesized
flags |= KNOT_PF_FREE; // Free all RRSIGs, they are synthesized
uint16_t compr_hint = COMPR_HINT_NONE;
const knot_rrset_t *rr = NULL;
const knot_pktsection_t *section = knot_pkt_section(pkt, pkt->current);
......
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