mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 01:42:37 +08:00
Correct variable for for loop to iterate over inprogress exclusions
This commit is contained in:
parent
0bc8e2cea6
commit
8277965158
@ -163,7 +163,7 @@ ACTOR Future<std::set<NetworkAddress>> checkForExcludingServers(Reference<IDatab
|
||||
|
||||
// Check if all of the specified exclusions are done.
|
||||
bool allExcluded = true;
|
||||
for (const auto& inProgressAddr : exclusionInProgress) {
|
||||
for (const auto& inProgressAddr : inProgressExclusion) {
|
||||
if (!allExcluded) {
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user