mirror of https://github.com/Icinga/icinga2.git
parent
5cefabd114
commit
5cb08f3ecc
|
@ -695,7 +695,7 @@ void ApiListener::ReplayLog(const ApiClient::Ptr& client)
|
|||
if (pmessage->Get("timestamp") <= peer_ts)
|
||||
continue;
|
||||
|
||||
Dictionary::Ptr secname = pmessage->Get("secname");
|
||||
Dictionary::Ptr secname = pmessage->Get("secobj");
|
||||
|
||||
if (secname) {
|
||||
DynamicType::Ptr dtype = DynamicType::GetByName(secname->Get("type"));
|
||||
|
|
Loading…
Reference in New Issue