mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 06:25:34 +00:00
[2218] Add code comment
This commit is contained in:
@@ -689,6 +689,7 @@ InMemoryZoneFinder::findNSEC3(const isc::dns::Name& name, bool recursive) {
|
|||||||
// Now, make a label sequence relative to the origin.
|
// Now, make a label sequence relative to the origin.
|
||||||
const Name hlabel_name(hlabel);
|
const Name hlabel_name(hlabel);
|
||||||
LabelSequence hlabel_ls(hlabel_name);
|
LabelSequence hlabel_ls(hlabel_name);
|
||||||
|
// Remove trailing '.' making it relative
|
||||||
hlabel_ls.stripRight(1);
|
hlabel_ls.stripRight(1);
|
||||||
|
|
||||||
// Find hlabel relative to the orig_chain.
|
// Find hlabel relative to the orig_chain.
|
||||||
|
Reference in New Issue
Block a user