mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Refactoring the actions classes
This commit is contained in:
@@ -67,7 +67,6 @@ class Action {
|
||||
}
|
||||
virtual bool init(std::string *error) { return true; }
|
||||
virtual bool isDisruptive() { return false; }
|
||||
static Action *instantiate(const std::string& name);
|
||||
|
||||
|
||||
void set_name_and_payload(const std::string& data) {
|
||||
|
Reference in New Issue
Block a user