mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 18:05:28 +03:00
Refactoring the cleaning of MATCHED_VAR* variables
This commit is contained in:
@@ -59,7 +59,6 @@ class RuleWithOperator : public RuleWithActions {
|
||||
|
||||
static void updateMatchedVars(Transaction *trasn, const std::string &key,
|
||||
const std::string &value);
|
||||
static void cleanMatchedVars(Transaction *trasn);
|
||||
|
||||
|
||||
const std::string& getOperatorName() const;
|
||||
|
||||
Reference in New Issue
Block a user