Update fdbserver/PaxosConfigConsumer.actor.cpp
Co-authored-by: Trevor Clinkenbeard <trevor.clinkenbeard@snowflake.com>
This commit is contained in:
parent
582ba5d519
commit
c3e48fff9f
|
@ -244,7 +244,7 @@ public:
|
|||
}
|
||||
return smallest;
|
||||
}
|
||||
return invalidVersion;
|
||||
return ::invalidVersion;
|
||||
}
|
||||
Future<Void> complete() const { return waitForAll(actors); }
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue