mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +02:00
Fix crash in NotificationComponent::NotificationTimerHandler().
This commit is contained in:
parent
d4015fe218
commit
d245bbfc77
@ -77,6 +77,10 @@ void NotificationComponent::NotificationTimerHandler(void)
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
Service::Ptr service = notification->GetService();
|
Service::Ptr service = notification->GetService();
|
||||||
|
|
||||||
|
if (!service)
|
||||||
|
continue;
|
||||||
|
|
||||||
bool reachable = service->IsReachable();
|
bool reachable = service->IsReachable();
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user