]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2165] Update comment
authorMukund Sivaraman <muks@isc.org>
Sun, 26 Aug 2012 23:39:33 +0000 (05:09 +0530)
committerMukund Sivaraman <muks@isc.org>
Sun, 26 Aug 2012 23:39:33 +0000 (05:09 +0530)
src/lib/dns/tests/message_unittest.cc

index c3664f9138766c3f29614746a2c8d6b50c4cee42..8c09ec3f107b2dde74832856d6ea127757a7a426 100644 (file)
@@ -373,7 +373,7 @@ TEST_F(MessageTest, removeRRset) {
         RRClass::IN(), RRType::AAAA()));
     EXPECT_EQ(4, message_render.getRRCount(Message::SECTION_ANSWER));
 
-    // Locate the AAAA RRset and remove it; this has one RR in it.
+    // Locate the AAAA RRset and remove it and any associated RRSIGs
     RRsetIterator i = message_render.beginSection(Message::SECTION_ANSWER);
     if ((*i)->getType() == RRType::A()) {
         ++i;