mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 18:30:35 +03:00
Renames collection::Variable to VariableValue
This commit is contained in:
@@ -26,9 +26,9 @@ namespace Variables {
|
||||
|
||||
void ModsecBuild::evaluate(Transaction *transaction,
|
||||
Rule *rule,
|
||||
std::vector<const collection::Variable *> *l) {
|
||||
std::vector<const VariableValue *> *l) {
|
||||
|
||||
l->push_back(new collection::Variable(&m_retName, &m_build));
|
||||
l->push_back(new VariableValue(&m_retName, &m_build));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user