We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275fc50 commit 1e85d86Copy full SHA for 1e85d86
src/startup_coordinator.c
@@ -302,6 +302,7 @@ static void StartupCoordinator_handle_start_time_proposal(StartupCoordinator *se
302
case StartupCoordinationState_RUNNING:
303
// Should not be possible.
304
validate(false);
305
+ break;
306
case StartupCoordinationState_HANDSHAKING:
307
// This is possible. Our node might be still handshaking with another neighbor.
308
// Intentional fall-through
0 commit comments