Skip to content
Snippets Groups Projects
Commit e97d6c76 authored by Libor Peltan's avatar Libor Peltan
Browse files

fixup

parent 9fb73865
No related branches found
No related tags found
No related merge requests found
Pipeline #132263 passed
......@@ -331,6 +331,7 @@ int zone_contents_find_dname(const zone_contents_t *zone,
return ZONE_NAME_FOUND;
} else {
assert(prev);
*match = NULL;
node = prev;
size_t matched_labels = knot_dname_matched_labels(node->owner, name);
while (matched_labels < knot_dname_labels(node->owner, NULL)) {
......
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