Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-binbin committed Nov 5, 2023
1 parent e5814c8 commit bac2894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cluster.c
Original file line number Diff line number Diff line change
Expand Up @@ -5844,7 +5844,7 @@ void clusterReplyMultiBulkSlots(client * c) {
}
}

serverAssert(c, num_masters == 0);
serverAssert(num_masters == 0);
}

sds genClusterInfoString(void) {
Expand Down

0 comments on commit bac2894

Please sign in to comment.