Fix the init method signature in some operators

This commit is contained in:
Felipe Zimmerle
2015-10-20 13:23:08 -03:00
parent 4a5e6b3e57
commit 90c74beca1
6 changed files with 9 additions and 8 deletions

View File

@@ -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);