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

asserting the zone has been adjusted properly

parent 509e465a
No related branches found
No related tags found
No related merge requests found
Pipeline #47952 passed
......@@ -398,6 +398,7 @@ int zone_contents_find_nsec3(const zone_contents_t *zone,
assert(match);
assert(*nsec3_node != NULL);
*nsec3_previous = node_prev(*nsec3_node);
assert(*nsec3_previous != NULL);
} else {
*nsec3_previous = prev;
}
......
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