]> granicus.if.org Git - icinga2/commitdiff
Bugfixes.
authorGunnar Beutner <gunnar.beutner@netways.de>
Thu, 21 Jun 2012 11:12:16 +0000 (13:12 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 21 Jun 2012 11:12:16 +0000 (13:12 +0200)
components/delegation/delegationcomponent.cpp

index a05e077012a617abe4123e8415cfdb755a9d4757..d5388a8c2b8bca181308d3153f04cf1c485540b5 100644 (file)
@@ -194,6 +194,8 @@ void DelegationComponent::DelegationTimerHandler(void)
                        histogram[newEndpoint]++;
 
                        delegated++;
+
+                       break;
                }
 
                assert(candidates.size() == 0 || !service.GetChecker().empty());