mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Fix whoAmI() call on Transaction
This commit is contained in:
parent
b06eaadac7
commit
fc225ff001
@ -1484,7 +1484,7 @@ std::string Transaction::toJSON(int parts) {
|
||||
yajl_gen_map_open(g);
|
||||
|
||||
/* producer > libmodsecurity */
|
||||
LOGFY_ADD("modsecurity", modsecurity::whoAmI().c_str());
|
||||
LOGFY_ADD("modsecurity", m_ms->whoAmI().c_str());
|
||||
|
||||
/* producer > connector */
|
||||
LOGFY_ADD("connector", m_ms->getConnectorInformation().c_str());
|
||||
|
Loading…
x
Reference in New Issue
Block a user