mirror of https://github.com/Icinga/icinga2.git
Bugfixes.
This commit is contained in:
parent
bbbaca130e
commit
628c782837
|
@ -194,6 +194,8 @@ void DelegationComponent::DelegationTimerHandler(void)
|
|||
histogram[newEndpoint]++;
|
||||
|
||||
delegated++;
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
assert(candidates.size() == 0 || !service.GetChecker().empty());
|
||||
|
|
Loading…
Reference in New Issue