mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 01:51:52 +03:00
Cosmetics: Using VariableValues instead of std::vector<...>
Making the code more readable.
This commit is contained in:
@@ -265,7 +265,7 @@ bool RuleWithOperator::evaluate(Transaction *trans) const {
|
||||
|
||||
getFinalVars(&vars, &exclusion, trans);
|
||||
|
||||
std::vector<std::shared_ptr<const VariableValue>> e;
|
||||
VariableValues e;
|
||||
for (auto &var : vars) {
|
||||
if (!var) {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user