[svn] commit: r557 - /branches/parkinglot/src/bin/parkinglot/parkinglot.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jan 27 01:42:33 UTC 2010
Author: jinmei
Date: Wed Jan 27 01:42:32 2010
New Revision: 557
Log:
corrected typo in a previous commit of mine: s/ANSWER/AUTHORITY/
Modified:
branches/parkinglot/src/bin/parkinglot/parkinglot.cc
Modified: branches/parkinglot/src/bin/parkinglot/parkinglot.cc
==============================================================================
--- branches/parkinglot/src/bin/parkinglot/parkinglot.cc (original)
+++ branches/parkinglot/src/bin/parkinglot/parkinglot.cc Wed Jan 27 01:42:32 2010
@@ -157,8 +157,8 @@
}
}
}
- 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();
More information about the bind10-changes
mailing list