Browse Source

update comments

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac453@4087 e5f2f494-b856-4b98-b285-d166d9295462
Jerry 14 years ago
parent
commit
819afa3dc6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/bin/auth/query.cc

+ 1 - 0
src/bin/auth/query.cc

@@ -33,6 +33,7 @@ Query::getAdditional(const isc::datasrc::Zone& zone,
 {
     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());