mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-02 06:34:44 +03:00
Refactoring on Action - having RuleWithAction and RuleWithActionsProperties
This commit is contained in:
committed by
Felipe Zimmerle
parent
1f80055f63
commit
5b204642ab
@@ -40,7 +40,7 @@ class VariableWithRunTimeString : public Variable {
|
||||
return *this;
|
||||
}
|
||||
|
||||
virtual void populate(RuleWithActions *rule) {
|
||||
virtual void populate(const RuleWithActions *rule) {
|
||||
if (m_string) {
|
||||
m_string->populate(rule);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user