Skip to content

Commit

Permalink
Fix implicit fallthrough
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Murphy <[email protected]>
  • Loading branch information
murphyjacob4 committed Jan 20, 2025
1 parent 3b5e555 commit c59a7f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cluster_legacy.c
Original file line number Diff line number Diff line change
Expand Up @@ -4635,6 +4635,7 @@ void clusterProceedWithSlotImport(void) {
* straight to readQueryFromClient. */
connSetReadHandler(curr_import->client->conn, readQueryFromClient);
curr_import->state = SLOT_IMPORT_RECEIVE_SYNCSLOTS;
continue;
case SLOT_IMPORT_RECEIVE_SYNCSLOTS:
/* Nothing to do in this state. Waiting for CLUSTER SYNCSLOTS ENDSNAPSHOT to be processed. */
return;
Expand Down

0 comments on commit c59a7f7

Please sign in to comment.