mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-19 02:40:35 +03:00
Introduces ActionWithExecution
This commit is contained in:
@@ -42,7 +42,7 @@ bool SetVar::init(std::string *error) {
|
||||
}
|
||||
|
||||
|
||||
bool SetVar::execute(Transaction *t) noexcept {
|
||||
bool SetVar::execute(Transaction *t) const noexcept {
|
||||
std::string targetValue;
|
||||
std::string resolvedPre;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user