From c0d02291a2f0baf20f750b9e511711ddce9c9987 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 6 Aug 2012 10:01:45 +0200 Subject: [PATCH] Removed incorrect assert(). --- components/checker/checkercomponent.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/checker/checkercomponent.cpp b/components/checker/checkercomponent.cpp index 33a41dff6..fe12717d5 100644 --- a/components/checker/checkercomponent.cpp +++ b/components/checker/checkercomponent.cpp @@ -128,8 +128,6 @@ void CheckerComponent::CheckCompletedHandler(const Service::Ptr& service, const * just in case there was no check result. */ service->UpdateNextCheck(); - assert(service->GetNextCheck() > Utility::GetTime()); - /* 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 * service to the services list because it's already there. */