mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-12-31 21:59:11 +03:00
Cosmetics: Using VariableValues instead of std::vector<...>
Making the code more readable.
This commit is contained in:
committed by
Felipe Zimmerle
parent
d5cae10d3a
commit
64bffdebc4
@@ -286,7 +286,7 @@ int Lua::getvars(lua_State *L) {
|
||||
const char *varname(NULL);
|
||||
Transaction *t(NULL);
|
||||
void *z(NULL);
|
||||
std::vector<std::shared_ptr<const VariableValue>> l;
|
||||
VariableValues l;
|
||||
int idx = 1;
|
||||
|
||||
/* Retrieve parameters. */
|
||||
|
||||
Reference in New Issue
Block a user