Browse Source

[2218] Add code comment

Mukund Sivaraman 12 years ago
parent
commit
c7060ccf5e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/datasrc/memory/zone_finder.cc

+ 1 - 0
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.