mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 01:51:52 +03:00
Cosmetics: fix some cppcheck complains
This commit is contained in:
@@ -310,7 +310,7 @@ class TransactionSecMarkerManagement {
|
||||
m_marker.reset();
|
||||
}
|
||||
|
||||
void addMarker(std::shared_ptr<std::string> name) {
|
||||
void addMarker(const std::shared_ptr<std::string> &name) {
|
||||
m_marker = name;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user