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

Fixed setting NSEC3 node ref in adjusting.

parent 9f309d5b
No related branches found
No related tags found
No related merge requests found
......@@ -944,6 +944,8 @@ int knot_zone_connect_nsec_nodes(knot_zone_contents_t *zone)
if (nsec3_node != NULL) {
node->nsec3_node = nsec3_node;
} else {
node->nsec3_node = NULL;
}
knot_dname_free(&nsec3_name);
......
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