mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-10 17:21:03 -04:00
Fixed crash in EndpointManager::SubscriptionTimerHandler.
This commit is contained in:
parent
636acd1a2c
commit
0884a67ebe
1 changed files with 2 additions and 1 deletions
|
|
@ -322,7 +322,8 @@ void EndpointManager::SubscriptionTimerHandler(void)
|
|||
}
|
||||
}
|
||||
|
||||
m_Endpoint->SetSubscriptions(subscriptions);
|
||||
if (m_Endpoint)
|
||||
m_Endpoint->SetSubscriptions(subscriptions);
|
||||
}
|
||||
|
||||
void EndpointManager::ReconnectTimerHandler(void)
|
||||
|
|
|
|||
Loading…
Reference in a new issue