BIND 10 trac2157_2, updated. 826d0c45b072ba36bbd60dc71fe3097cd604de74 [2157] constify
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jan 15 19:08:23 UTC 2013
The branch, trac2157_2 has been updated
via 826d0c45b072ba36bbd60dc71fe3097cd604de74 (commit)
from 89cc0b54c0de3bac967e2ae8135aad6d654edfe1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 826d0c45b072ba36bbd60dc71fe3097cd604de74
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Jan 15 11:08:16 2013 -0800
[2157] constify
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/tests/auth_srv_unittest.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/tests/auth_srv_unittest.cc b/src/bin/auth/tests/auth_srv_unittest.cc
index 405b7b8..e3d78ac 100644
--- a/src/bin/auth/tests/auth_srv_unittest.cc
+++ b/src/bin/auth/tests/auth_srv_unittest.cc
@@ -198,7 +198,7 @@ protected:
// Check if the counters exist and are initialized to 0.
void
checkCountersAreInitialized() {
- std::map<std::string, int> expect;
+ const std::map<std::string, int> expect;
ConstElementPtr stats = server.getStatistics()->
get("zones")->get("_SERVER_");
checkStatisticsCounters(stats, expect);
More information about the bind10-changes
mailing list