mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 03:57:47 +03:00
Code cosmetics
This commit is contained in:
@@ -96,8 +96,7 @@ void Variables::resolveMultiMatches(const std::string& var,
|
||||
if (x.first.compare(0, keySize, var) != 0) {
|
||||
continue;
|
||||
}
|
||||
const transaction::Variable *v = new transaction::Variable(x.first, x.second);
|
||||
l->insert(l->begin(), v);
|
||||
l->insert(l->begin(), new transaction::Variable(x.first, x.second));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user