]> granicus.if.org Git - icinga2/commitdiff
Removed incorrect assert().
authorGunnar Beutner <gunnar.beutner@netways.de>
Mon, 6 Aug 2012 08:01:45 +0000 (10:01 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Mon, 6 Aug 2012 08:01:45 +0000 (10:01 +0200)
components/checker/checkercomponent.cpp

index 33a41dff6ff568ee47880dd95b37c1e3f426fc60..fe12717d5fc940f3b5c17ccc302191a9d8dfa114 100644 (file)
@@ -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. */