mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix on top of #1677
This commit is contained in:
@@ -34,7 +34,7 @@ bool IpMatchFromFile::init(const std::string &file,
|
||||
if (m_param.compare(0, 8, "https://") == 0) {
|
||||
res = m_tree.addFromUrl(m_param, &e);
|
||||
} else {
|
||||
std::string resf = utils::find_resource(m_param, file, error);\
|
||||
std::string resf = utils::find_resource(m_param, file, error);
|
||||
if (resf == "") {
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user