Skip to content
Snippets Groups Projects
Commit 4c4967f9 authored by Karel Slaný's avatar Karel Slaný
Browse files

lib/zonecut: added forgotten feeing of trust_anchor

parent 5920f8ac
No related merge requests found
......@@ -270,6 +270,7 @@ int kr_zonecut_set_sbelt(struct kr_context *ctx, struct kr_zonecut *cut)
#warning TODO: set root trust anchor from config
/* Set trust achor. */
knot_rrset_free(&cut->trust_anchor, cut->pool);
int ret = kr_ta_parse(&cut->trust_anchor, ROOT_TA, cut->pool);
if (ret != 0) {
return ret;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment