Skip to content
Snippets Groups Projects
Commit befec4f5 authored by Jan Kadlec's avatar Jan Kadlec
Browse files

Removed wrong assertion.

parent a03b77fc
No related branches found
No related tags found
No related merge requests found
......@@ -611,7 +611,6 @@ static void find_and_set_wildcard_child(knot_zone_contents_t *zone,
knot_node_t *node, int nsec3)
{
knot_dname_t *chopped = knot_dname_left_chop(node->owner);
assert(chopped);
knot_node_t *wildcard_parent;
if (!nsec3) {
wildcard_parent =
......
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