mirror of
https://github.com/Icinga/icinga2.git
synced 2026-03-17 16:15:19 -04:00
Remove obsolete comment.
This commit is contained in:
parent
2379a37011
commit
501d18cf2b
1 changed files with 1 additions and 2 deletions
|
|
@ -577,7 +577,6 @@ void ServiceDbObject::RemoveDowntime(const Service::Ptr& service, const Dictiona
|
|||
|
||||
void ServiceDbObject::TriggerDowntime(const Service::Ptr& service, const Dictionary::Ptr& downtime)
|
||||
{
|
||||
/* TODO: implement */
|
||||
Host::Ptr host = service->GetHost();
|
||||
|
||||
if (!host)
|
||||
|
|
@ -632,5 +631,5 @@ void ServiceDbObject::TriggerDowntime(const Service::Ptr& service, const Diction
|
|||
|
||||
query2.Fields = fields2;
|
||||
OnQuery(query2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue