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

Simplified previous fix.

parent 6c5dd5b6
Branches
Tags
No related merge requests found
......@@ -942,11 +942,7 @@ int knot_zone_connect_nsec_nodes(knot_zone_contents_t *zone)
break;
}
if (nsec3_node != NULL) {
node->nsec3_node = nsec3_node;
} else {
node->nsec3_node = NULL;
}
node->nsec3_node = nsec3_node;
knot_dname_free(&nsec3_name);
hattrie_iter_next(it);
......
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