Bugfixes.

This commit is contained in:
Gunnar Beutner 2012-06-21 13:12:16 +02:00
parent bbbaca130e
commit 628c782837
1 changed files with 2 additions and 0 deletions

View File

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