mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-08 08:16:16 -04:00
parent
5cefabd114
commit
5cb08f3ecc
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue