mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 12:07:46 +03:00
Fix variables output in debug logs
This commit is contained in:
committed by
Felipe Zimmerle
parent
25e4445834
commit
49900eec97
@@ -77,7 +77,7 @@ void Variable::addsKeyExclusion(Variable *v) {
|
|||||||
|
|
||||||
|
|
||||||
std::string operator+(std::string a, Variable *v) {
|
std::string operator+(std::string a, Variable *v) {
|
||||||
return *v->m_fullName.get();
|
return a + *v->m_fullName.get();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user