This commit is contained in:
Gunnar Beutner 2012-06-17 21:54:09 +02:00
parent 9338362bf8
commit 5670e14df5
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ void CheckerComponent::ResultTimerHandler(void)
if (!task->IsFinished()) {
unfinishedTasks.push_back(task);
break;
continue;
}
CheckResult result = task->GetResult();