mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 09:31:53 +03:00
cosmetics: Please cppcheck
This commit is contained in:
@@ -303,7 +303,7 @@ class TransactionSecMarkerManagement {
|
||||
if (m_marker) {
|
||||
return m_marker;
|
||||
} else {
|
||||
throw;
|
||||
throw std::runtime_error("Error get current marker\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user