mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Actions refactoring: now there is a clear definiation on the action name
This commit is contained in:
@@ -1268,7 +1268,7 @@ bool Transaction::intervention(ModSecurityIntervention *it) {
|
||||
if (m_actions.size() > 0) {
|
||||
for (Action *a : m_actions) {
|
||||
if (a->action_kind == Action::Kind::RunTimeOnlyIfMatchKind) {
|
||||
a->fill_intervention(it);
|
||||
a->fillIntervention(it);
|
||||
}
|
||||
if (a->temporaryAction) {
|
||||
delete a;
|
||||
|
Reference in New Issue
Block a user