mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Renames class Assay to Transaction
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
namespace modsecurity {
|
||||
namespace operators {
|
||||
|
||||
bool NoMatch::evaluate(Assay *assay, const std::string &str) {
|
||||
bool NoMatch::evaluate(Transaction *transaction, const std::string &str) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user