Fix: Check results from the delegation component didn't work.

This commit is contained in:
Gunnar Beutner 2013-07-31 08:35:13 +02:00
parent a8f880e1b6
commit c12b5fd698
1 changed files with 0 additions and 2 deletions

View File

@ -196,8 +196,6 @@ void DelegationComponent::DelegationTimerHandler(void)
cr->Set("state", StateUncheckable);
cr->Set("output", "No checker is available for this service.");
cr->Seal();
service->ProcessCheckResult(cr);
Log(LogWarning, "delegation", "Can't delegate service: " + service->GetName());