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

View File

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