[svn] commit: r4087 - /branches/trac453/src/bin/auth/query.cc

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Dec 30 02:51:20 UTC 2010


Author: chenzhengzhang
Date: Thu Dec 30 02:51:19 2010
New Revision: 4087

Log:
update comments

Modified:
    branches/trac453/src/bin/auth/query.cc

Modified: branches/trac453/src/bin/auth/query.cc
==============================================================================
--- branches/trac453/src/bin/auth/query.cc (original)
+++ branches/trac453/src/bin/auth/query.cc Thu Dec 30 02:51:19 2010
@@ -33,6 +33,7 @@
 {
     if (rrset.getType() == RRType::NS()) {
         // Need to perform the search in the "GLUE OK" mode.
+        // Currently, we simply search the whole zone for address records.
         RdataIteratorPtr rdata_iterator = rrset.getRdataIterator();
         for (; !rdata_iterator->isLast(); rdata_iterator->next()) {
              const Rdata& rdata(rdata_iterator->getCurrent());




More information about the bind10-changes mailing list