mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 03:57:47 +03:00
Cosmetic changes: applies changes suggested by static analysis
This commit is contained in:
@@ -29,7 +29,10 @@ namespace operators {
|
||||
class Operator {
|
||||
public:
|
||||
/** @ingroup ModSecurity_Operator */
|
||||
Operator() { }
|
||||
Operator()
|
||||
: op(""),
|
||||
param(""),
|
||||
negation(false) { }
|
||||
Operator(std::string op, std::string param, bool negation)
|
||||
: op(op),
|
||||
param(param),
|
||||
|
Reference in New Issue
Block a user