mirror of https://github.com/Icinga/icinga2.git
Fix compiler warning in CompatUtility::GetServiceNotificationNotificationOptions.
Refs #5349
This commit is contained in:
parent
0b8b421323
commit
dac4ac02a9
|
@ -548,8 +548,6 @@ String CompatUtility::GetServiceNotificationNotificationOptions(const Service::P
|
||||||
{
|
{
|
||||||
ASSERT(service->OwnsLock());
|
ASSERT(service->OwnsLock());
|
||||||
|
|
||||||
bool is_hostcheck = (service->GetHost()->GetCheckService() == service);
|
|
||||||
|
|
||||||
unsigned long notification_type_filter = 0;
|
unsigned long notification_type_filter = 0;
|
||||||
unsigned long notification_state_filter = 0;
|
unsigned long notification_state_filter = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue