[svn] commit: r1023 - /trunk/src/lib/auth/cpp/data_source.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat Feb 27 03:28:50 UTC 2010
Author: jinmei
Date: Sat Feb 27 03:28:49 2010
New Revision: 1023
Log:
worked around const handling of BOOST_FOREACH
Modified:
trunk/src/lib/auth/cpp/data_source.cc
Modified: trunk/src/lib/auth/cpp/data_source.cc
==============================================================================
--- trunk/src/lib/auth/cpp/data_source.cc (original)
+++ trunk/src/lib/auth/cpp/data_source.cc Sat Feb 27 03:28:49 2010
@@ -152,7 +152,7 @@
// Copy referral information into the authority section of a message
static inline void
-copyAuth(Query& q, const RRsetList& auth) {
+copyAuth(Query& q, RRsetList& auth) {
Message& m = q.message();
BOOST_FOREACH(RRsetPtr rrset, auth) {
if (rrset->getType() == RRType::DNAME()) {
More information about the bind10-changes
mailing list