mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-20 19:16:40 +03:00
Cosmetics: Fix some static analysis report
This commit is contained in:
@@ -33,8 +33,8 @@ namespace actions {
|
||||
class Phase : public Action {
|
||||
public:
|
||||
explicit Phase(std::string action) : Action(action, ConfigurationKind),
|
||||
m_secRulesPhase(0),
|
||||
m_phase(0) { }
|
||||
m_phase(0),
|
||||
m_secRulesPhase(0) { }
|
||||
|
||||
bool init(std::string *error) override;
|
||||
bool evaluate(Rule *rule, Transaction *transaction) override;
|
||||
|
||||
Reference in New Issue
Block a user