mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 18:30:35 +03:00
Cosmetics: fix some cppcheck complains
This commit is contained in:
@@ -367,7 +367,6 @@ bool Transaction::extractArguments(const std::string &orig,
|
||||
|
||||
for (std::string t : key_value_sets) {
|
||||
char sep2 = '=';
|
||||
int i = 0;
|
||||
size_t key_s = 0;
|
||||
size_t value_s = 0;
|
||||
int invalid = 0;
|
||||
|
||||
Reference in New Issue
Block a user