Fix whoAmI() call on Transaction

This commit is contained in:
Felipe Zimmerle 2016-01-15 08:12:27 -03:00
parent b06eaadac7
commit fc225ff001

View File

@ -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());