mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Fix the init method signature in some operators
This commit is contained in:
@@ -85,7 +85,7 @@ bool Pm::evaluate(Assay *assay, const std::string &input) {
|
||||
}
|
||||
|
||||
|
||||
bool Pm::init(const char **error) {
|
||||
bool Pm::init(const std::string &file, const char **error) {
|
||||
std::vector<std::string> vec;
|
||||
|
||||
replaceAll(param, "\\", "\\\\");
|
||||
|
Reference in New Issue
Block a user