mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Fix the init method signature in some operators
This commit is contained in:
@@ -25,7 +25,7 @@ namespace ModSecurity {
|
||||
namespace operators {
|
||||
|
||||
|
||||
bool IpMatch::init(const char **error) {
|
||||
bool IpMatch::init(const std::string &file, const char **error) {
|
||||
std::string e("");
|
||||
bool res = m_tree.addFromBuffer(param, &e);
|
||||
|
||||
|
Reference in New Issue
Block a user