mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Renames class Assay to Transaction
This commit is contained in:
@@ -37,7 +37,7 @@ bool IpMatch::init(const std::string &file, const char **error) {
|
||||
}
|
||||
|
||||
|
||||
bool IpMatch::evaluate(Assay *assay, const std::string &input) {
|
||||
bool IpMatch::evaluate(Transaction *transaction, const std::string &input) {
|
||||
return m_tree.contains(input);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user