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

Small change in node adjusting.

parent 452c3aa9
No related branches found
No related tags found
No related merge requests found
......@@ -289,6 +289,9 @@ DEBUG_DNSLIB_ZONE(
// NSEC3 node
assert(node->owner);
if (node->owner->node == NULL) {
node->owner->node = node;
}
const dnslib_node_t *prev;
int match = dnslib_zone_find_nsec3_for_name(zone, node->owner,
&node->nsec3_node, &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