mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Fix variables output in debug logs
This commit is contained in:
parent
25e4445834
commit
49900eec97
@ -77,7 +77,7 @@ void Variable::addsKeyExclusion(Variable *v) {
|
||||
|
||||
|
||||
std::string operator+(std::string a, Variable *v) {
|
||||
return *v->m_fullName.get();
|
||||
return a + *v->m_fullName.get();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user