Browse Source

[2267] some comments

JINMEI Tatuya 12 years ago
parent
commit
dfc2f2b4dd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib/datasrc/memory/memory_client.cc

+ 2 - 0
src/lib/datasrc/memory/memory_client.cc

@@ -525,6 +525,8 @@ public:
     }
     void flushNodeRRsets(const Name& zone_name, ZoneData* zone_data) {
         BOOST_FOREACH(NodeRRsetsVal val, node_rrsets_) {
+            // Identify the corresponding RRSIG for the RRset, if any.
+            // If found add both the RRset and its RRSIG at once.
             ConstRRsetPtr sig_rrset;
             NodeRRsets::iterator sig_it =
                 node_rrsigsets_.find(val.first);