mirror of https://github.com/Icinga/icinga2.git
Removed incorrect assert().
This commit is contained in:
parent
caf08b3069
commit
c0d02291a2
|
@ -128,8 +128,6 @@ void CheckerComponent::CheckCompletedHandler(const Service::Ptr& service, const
|
||||||
* just in case there was no check result. */
|
* just in case there was no check result. */
|
||||||
service->UpdateNextCheck();
|
service->UpdateNextCheck();
|
||||||
|
|
||||||
assert(service->GetNextCheck() > Utility::GetTime());
|
|
||||||
|
|
||||||
/* remove the service from the list of pending services; if it's not in the
|
/* remove the service from the list of pending services; if it's not in the
|
||||||
* list this was a manual (i.e. forced) check and we must not re-add the
|
* list this was a manual (i.e. forced) check and we must not re-add the
|
||||||
* service to the services list because it's already there. */
|
* service to the services list because it's already there. */
|
||||||
|
|
Loading…
Reference in New Issue