Skip to content
Snippets Groups Projects
Commit 37217aea authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Build order index on created nsec3 nodes.

parent 898d92f1
Branches
Tags
No related merge requests found
......@@ -669,6 +669,9 @@ static int create_nsec3_nodes(const knot_zone_contents_t *zone, uint32_t ttl,
hattrie_iter_free(it);
/* Rebuild index over nsec3 nodes. */
hattrie_build_index(nsec3_nodes);
return result;
}
......
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