Unset force_next_check after each check.

This commit is contained in:
Gunnar Beutner 2013-01-28 13:24:51 +01:00
parent 15e6337594
commit 3846a10f0e
1 changed files with 2 additions and 2 deletions

View File

@ -82,10 +82,10 @@ void CheckerComponent::CheckTimerHandler(void)
continue;
}
service->SetForceNextCheck(false);
}
service->SetForceNextCheck(false);
Dictionary::Ptr cr = service->GetLastCheckResult();
if (cr) {