Parcourir la source

[2165] Update comment

Mukund Sivaraman il y a 12 ans
Parent
commit
33ab70a67c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/dns/tests/message_unittest.cc

+ 1 - 1
src/lib/dns/tests/message_unittest.cc

@@ -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;