mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-01 06:09:03 +03:00
Uses shared_ptr on variable names
This commit is contained in:
@@ -143,7 +143,6 @@ class VariableModificatorCount : public Variable {
|
||||
res = new std::string(std::to_string(count));
|
||||
|
||||
val = new collection::Variable(&m_name, res);
|
||||
val->m_dynamic_value = true;
|
||||
val->m_dynamic = true;
|
||||
|
||||
l->push_back(val);
|
||||
|
||||
Reference in New Issue
Block a user