Browse Source

[2267] one more comment cleanup: updated the comment about setSigned().

(the old comment doesn't make sense for the new interface).
JINMEI Tatuya 12 years ago
parent
commit
fee99a5bb5
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/lib/datasrc/memory/memory_client.cc

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

@@ -432,8 +432,10 @@ public:
                     }
                 }
             } else if (rrset->getType() == RRType::NSEC()) {
-                // If it is NSEC signed zone, so we put a flag there
-                // (flag is enough)
+                // If it is NSEC signed zone, we mark the zone as signed
+                // (conceptually "signed" is a broader notion but our current
+                // zone finder implementation regards "signed" as "NSEC
+                // signed")
                 zone_data.setSigned(true);
             }
         }