From: Gunnar Beutner Date: Thu, 21 Jun 2012 11:12:16 +0000 (+0200) Subject: Bugfixes. X-Git-Tag: v0.0.1~385 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=628c7828378e7b0ef17107f7e84210b66d0cc79f;p=icinga2 Bugfixes. --- diff --git a/components/delegation/delegationcomponent.cpp b/components/delegation/delegationcomponent.cpp index a05e07701..d5388a8c2 100644 --- a/components/delegation/delegationcomponent.cpp +++ b/components/delegation/delegationcomponent.cpp @@ -194,6 +194,8 @@ void DelegationComponent::DelegationTimerHandler(void) histogram[newEndpoint]++; delegated++; + + break; } assert(candidates.size() == 0 || !service.GetChecker().empty());