BIND 10 trac2267, updated. fee99a5bb5b064ee62866f93b75b22c99905dc05 [2267] one more comment cleanup: updated the comment about setSigned().

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Sep 19 04:09:17 UTC 2012


The branch, trac2267 has been updated
       via  fee99a5bb5b064ee62866f93b75b22c99905dc05 (commit)
      from  9eeacfa616c813189a516f343c320d65ed9bfc7d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fee99a5bb5b064ee62866f93b75b22c99905dc05
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Sep 18 21:08:30 2012 -0700

    [2267] one more comment cleanup: updated the comment about setSigned().
    
    (the old comment doesn't make sense for the new interface).

-----------------------------------------------------------------------

Summary of changes:
 src/lib/datasrc/memory/memory_client.cc |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/memory_client.cc b/src/lib/datasrc/memory/memory_client.cc
index 5d724cf..e513d37 100644
--- a/src/lib/datasrc/memory/memory_client.cc
+++ b/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);
             }
         }



More information about the bind10-changes mailing list