[svn] commit: r830 - /branches/each-ds/src/lib/auth/cpp/data_source.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Feb 16 06:28:05 UTC 2010
Author: each
Date: Tue Feb 16 06:28:04 2010
New Revision: 830
Log:
fixed an error getting authority data for wildcard queries
Modified:
branches/each-ds/src/lib/auth/cpp/data_source.cc
Modified: branches/each-ds/src/lib/auth/cpp/data_source.cc
==============================================================================
--- branches/each-ds/src/lib/auth/cpp/data_source.cc (original)
+++ branches/each-ds/src/lib/auth/cpp/data_source.cc Tue Feb 16 06:28:04 2010
@@ -367,7 +367,7 @@
return;
}
- BOOST_FOREACH (RRsetPtr rrset, data) {
+ BOOST_FOREACH (RRsetPtr rrset, auth) {
if (rrset->getType() == RRType::DNAME()) {
continue;
}
More information about the bind10-changes
mailing list