]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2267] some comments
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 19 Sep 2012 01:15:49 +0000 (18:15 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 19 Sep 2012 01:15:49 +0000 (18:15 -0700)
src/lib/datasrc/memory/memory_client.cc

index 709ce01c88d348d5a8908077c609c43f4c8cc619..2fe962e3c6a0f1bf3ff64758c1c9df7e908583b7 100644 (file)
@@ -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);