BIND 10 trac2218_2, updated. c7060ccf5e4ec41ee12e08e66f410fe14199c545 [2218] Add code comment
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Sep 26 14:32:33 UTC 2012
The branch, trac2218_2 has been updated
via c7060ccf5e4ec41ee12e08e66f410fe14199c545 (commit)
from 730fd2f2de14300227720977b581c421088dfec7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c7060ccf5e4ec41ee12e08e66f410fe14199c545
Author: Mukund Sivaraman <muks at isc.org>
Date: Wed Sep 26 20:02:24 2012 +0530
[2218] Add code comment
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/memory/zone_finder.cc | 1 +
1 file changed, 1 insertion(+)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/zone_finder.cc b/src/lib/datasrc/memory/zone_finder.cc
index 17e9612..cbe79da 100644
--- a/src/lib/datasrc/memory/zone_finder.cc
+++ b/src/lib/datasrc/memory/zone_finder.cc
@@ -689,6 +689,7 @@ InMemoryZoneFinder::findNSEC3(const isc::dns::Name& name, bool recursive) {
// Now, make a label sequence relative to the origin.
const Name hlabel_name(hlabel);
LabelSequence hlabel_ls(hlabel_name);
+ // Remove trailing '.' making it relative
hlabel_ls.stripRight(1);
// Find hlabel relative to the orig_chain.
More information about the bind10-changes
mailing list