mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-07 20:25:08 +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;
|
||||
|
||||
Service::Ptr service = notification->GetService();
|
||||
|
||||
if (!service)
|
||||
continue;
|
||||
|
||||
bool reachable = service->IsReachable();
|
||||
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user