Browse Source

corrected typo in a previous commit of mine: s/ANSWER/AUTHORITY/

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@557 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya 15 years ago
parent
commit
9af1172530
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/bin/parkinglot/parkinglot.cc

+ 2 - 2
src/bin/parkinglot/parkinglot.cc

@@ -157,8 +157,8 @@ ParkingLot::processMessage() {
                         }
                     }
                 }
-                for (RRsetIterator it = msg.beginSection(Section::ANSWER());
-                     it != msg.endSection(Section::ANSWER());
+                for (RRsetIterator it = msg.beginSection(Section::AUTHORITY());
+                     it != msg.endSection(Section::AUTHORITY());
                      ++it) {
                     if ((*it)->getType() == RRType::NS()) {
                         RdataIteratorPtr rrsetit = (*it)->getRdataIterator();