mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-02 04:27:47 +03:00
Cosmetics: Fix some static analysis report
This commit is contained in:
@@ -58,8 +58,8 @@ class Operator {
|
||||
return evaluate(transaction, str);
|
||||
}
|
||||
|
||||
bool m_negation;
|
||||
std::string m_match_message;
|
||||
bool m_negation;
|
||||
std::string m_op;
|
||||
std::string m_param;
|
||||
|
||||
|
Reference in New Issue
Block a user