mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
Bugfix.
This commit is contained in:
parent
9338362bf8
commit
5670e14df5
@ -98,7 +98,7 @@ void CheckerComponent::ResultTimerHandler(void)
|
|||||||
|
|
||||||
if (!task->IsFinished()) {
|
if (!task->IsFinished()) {
|
||||||
unfinishedTasks.push_back(task);
|
unfinishedTasks.push_back(task);
|
||||||
break;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
CheckResult result = task->GetResult();
|
CheckResult result = task->GetResult();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user