mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-19 10:44:25 +03:00
Refactoring on Transaction class: adding comments and renaming variables
This commit is contained in:
@@ -24,7 +24,7 @@ namespace modsecurity {
|
||||
namespace actions {
|
||||
|
||||
bool NoAuditLog::evaluate(Rule *rule, Transaction *transaction) {
|
||||
transaction->do_not_save_in_auditlog = true;
|
||||
transaction->m_toNotBeSavedInAuditLogs = true;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user