Skip to content
Snippets Groups Projects
Commit e934d1c3 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Proper rightmost node fetch in zone tree.

This was wrong for cases like NSEC3 where no common suffix, like
the apex, is not in zone. Since the nodes are linked in circular
fashion, the easy solution is to find leftmost node and take it's
predecesor, which should be the rightmost node.

Change-Id: I5fa3714a889f159c682b255aeeef7d466f8be2ce
parent 994d209f
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment