mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-16 08:27:10 +03:00
cosmetics: Please cppcheck
This commit is contained in:
@@ -120,7 +120,7 @@ RuleWithActions::RuleWithActions(
|
||||
delete a;
|
||||
std::cout << "General failure, action: " << a->m_name;
|
||||
std::cout << " has an unknown type." << std::endl;
|
||||
throw;
|
||||
throw std::runtime_error("Unexpected condition. Action without a type.\n");
|
||||
}
|
||||
}
|
||||
delete actions;
|
||||
|
||||
Reference in New Issue
Block a user