mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 01:22:18 +03:00
Introduces ActionWithExecution
This commit is contained in:
committed by
Felipe Zimmerle
parent
7693bd33b9
commit
0a3b658969
@@ -69,12 +69,6 @@ class Action {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
virtual bool execute(Transaction *transaction = nullptr) noexcept {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
const std::string *getName() const noexcept {
|
||||
return &m_name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user