mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 03:57:47 +03:00
Renames collection::Variable to VariableValue
This commit is contained in:
@@ -35,7 +35,7 @@ class ReqbodyProcessor : public Variable {
|
||||
: Variable("REQBODY_PROCESSOR") { }
|
||||
void evaluate(Transaction *transaction,
|
||||
Rule *rule,
|
||||
std::vector<const collection::Variable *> *l) {
|
||||
std::vector<const VariableValue *> *l) {
|
||||
transaction->m_variableReqbodyProcessor.evaluate(l);
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user