mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-19 18:54:23 +03:00
Removes init from SetVar
This commit is contained in:
@@ -37,11 +37,6 @@ namespace modsecurity {
|
||||
namespace actions {
|
||||
|
||||
|
||||
bool SetVar::init(std::string *error) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
bool SetVar::execute(Transaction *t) const noexcept {
|
||||
std::string targetValue;
|
||||
std::string resolvedPre;
|
||||
|
||||
Reference in New Issue
Block a user