mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 09:55:28 +03:00
Change some parms to const reference (satisfies cppcheck)
This commit is contained in:
@@ -99,7 +99,7 @@ class Tx_DynamicElement : public Variable {
|
||||
}
|
||||
|
||||
static void storeOrUpdateFirst(Transaction *t, const std::string &var,
|
||||
std::string value) {
|
||||
const std::string &value) {
|
||||
t->m_collections.m_tx_collection->storeOrUpdateFirst(var, value);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user