mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-19 02:40:35 +03:00
Refactoring on Action - having RuleWithAction and RuleWithActionsProperties
This commit is contained in:
@@ -37,7 +37,7 @@ class Log : public ActionTypeRuleMetaData,
|
||||
{ }
|
||||
|
||||
void configure(RuleWithActions *rule) override {
|
||||
rule->setHasLogAction(true);
|
||||
rule->setLog(true);
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user