BIND 10 master, updated. f3813c74f58f13c2b93859f0b4e07788af631960 [master] fixed a build error due to #997: be more specific about template parameter in the test code
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jun 14 21:30:19 UTC 2011
The branch, master has been updated
via f3813c74f58f13c2b93859f0b4e07788af631960 (commit)
from e45768f4b916faff9ace1f1da25e423eba2ab430 (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 f3813c74f58f13c2b93859f0b4e07788af631960
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Jun 14 21:29:48 2011 +0000
[master] fixed a build error due to #997: be more specific about template parameter in the test code
-----------------------------------------------------------------------
Summary of changes:
src/lib/acl/tests/acl_test.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/acl/tests/acl_test.cc b/src/lib/acl/tests/acl_test.cc
index 1e70b86..36baff6 100644
--- a/src/lib/acl/tests/acl_test.cc
+++ b/src/lib/acl/tests/acl_test.cc
@@ -85,7 +85,7 @@ private:
class TestACL : public ACL<Log> {
public:
TestACL() :
- ACL(DROP)
+ ACL<Log>(DROP)
{}
// Check the stored default action there
void checkDefaultAction(BasicAction ac) {
More information about the bind10-changes
mailing list