Skip to content
Snippets Groups Projects
Commit dd8aa45a authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

fix KNOT_ENSEC3PAR error propagation in zone adjusting

parent 7257c9f6
No related branches found
No related tags found
No related merge requests found
......@@ -226,6 +226,7 @@ static int knot_zone_contents_adjust_normal_node(knot_node_t **tnode,
knot_node_set_nsec3_node(node, nsec3);
} else if (ret == KNOT_ENSEC3PAR) {
knot_node_set_nsec3_node(node, NULL);
ret = KNOT_EOK;
}
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