mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 12:07:46 +03:00
Using shared var for variables names
This commit is contained in:
@@ -104,7 +104,7 @@ class Ip_DynamicElement : public Variable {
|
||||
void storeOrUpdateFirst(Transaction *t, std::string var,
|
||||
std::string value) {
|
||||
t->m_collections.m_ip_collection->storeOrUpdateFirst(
|
||||
"IP:" + var, t->m_collections.m_ip_collection_key, value);
|
||||
var, t->m_collections.m_ip_collection_key, value);
|
||||
}
|
||||
|
||||
std::unique_ptr<RunTimeString> m_string;
|
||||
|
Reference in New Issue
Block a user