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