Skip to content

Commit

Permalink
correct formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Roshan Khatri <[email protected]>
  • Loading branch information
roshkhatri committed Jul 11, 2024
1 parent d6e5b31 commit be2268d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cluster_legacy.c
Original file line number Diff line number Diff line change
Expand Up @@ -4115,7 +4115,7 @@ void clusterPropagatePublish(robj *channel, robj **messages, int count, int shar
if (nodeSupportsLightMsgHdr(node)) {
clusterSendMessage(node->link, msgblock_light);
} else {
nodes_not_supporting_light_header ++;
nodes_not_supporting_light_header++;
continue;
}
}
Expand All @@ -4126,7 +4126,7 @@ void clusterPropagatePublish(robj *channel, robj **messages, int count, int shar
} else {
server.cluster->is_light_hdr_supported = 1;
}

if (!server.cluster->is_light_hdr_supported) {
for (i = 0; i < count; i++) {
listRewind(nodes_for_slot, &li);
Expand Down

0 comments on commit be2268d

Please sign in to comment.