mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-12-31 21:59:11 +03:00
Introduces ActionWithExecution
This commit is contained in:
@@ -42,7 +42,7 @@ bool Skip::init(std::string *error) {
|
||||
}
|
||||
|
||||
|
||||
bool Skip::execute(Transaction *transaction) noexcept {
|
||||
bool Skip::execute(Transaction *transaction) const noexcept {
|
||||
ms_dbg_a(transaction, 5, "Skipping the next " + \
|
||||
std::to_string(m_skip_next) + " rules.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user