mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-20 19:16:40 +03:00
Actions refactoring: now there is a clear definiation on the action name
This commit is contained in:
@@ -29,7 +29,7 @@ namespace actions {
|
||||
|
||||
class InitCol : public Action {
|
||||
public:
|
||||
explicit InitCol(std::string action);
|
||||
explicit InitCol(std::string action) : Action(action) { }
|
||||
|
||||
bool evaluate(Rule *rule, Transaction *transaction) override;
|
||||
bool init(std::string *error) override;
|
||||
|
||||
Reference in New Issue
Block a user