mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 18:05:28 +03:00
Using run time string on the operators
This commit is contained in:
@@ -29,8 +29,6 @@ namespace operators {
|
||||
class NoMatch : public Operator {
|
||||
public:
|
||||
/** @ingroup ModSecurity_Operator */
|
||||
NoMatch(std::string op, std::string param, bool negation)
|
||||
: Operator(op, param, negation) { }
|
||||
NoMatch()
|
||||
: Operator("NoMatch") { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user