|
@@ -85,7 +85,7 @@ private:
|
|
class TestACL : public ACL<Log> {
|
|
class TestACL : public ACL<Log> {
|
|
public:
|
|
public:
|
|
TestACL() :
|
|
TestACL() :
|
|
- ACL(DROP)
|
|
|
|
|
|
+ ACL<Log>(DROP)
|
|
{}
|
|
{}
|
|
// Check the stored default action there
|
|
// Check the stored default action there
|
|
void checkDefaultAction(BasicAction ac) {
|
|
void checkDefaultAction(BasicAction ac) {
|