mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-01 14:15:46 +03:00
Cleanup on Action class
This commit is contained in:
@@ -32,8 +32,8 @@ namespace transformations {
|
||||
|
||||
|
||||
void CmdLine::execute(Transaction *t,
|
||||
ModSecStackString &in,
|
||||
ModSecStackString &out) {
|
||||
ModSecString &in,
|
||||
ModSecString &out) {
|
||||
int space = 0;
|
||||
|
||||
for (auto& a : in) {
|
||||
|
||||
Reference in New Issue
Block a user