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 1edfa02 commit 7ae3b05Copy full SHA for 7ae3b05
src/cluster_legacy.c
@@ -3237,8 +3237,8 @@ int clusterProcessPacket(clusterLink *link) {
3237
clusterDoBeforeSleep(CLUSTER_TODO_SAVE_CONFIG);
3238
3239
/* If this is a MEET packet from an unknown node, we still process
3240
- * the gossip section here since we have to trust the sender because
3241
- * of the message type. */
+ * the gossip section here since we have to trust the sender because
+ * of the message type. */
3242
clusterProcessGossipSection(hdr, link);
3243
} else if (sender->link) {
3244
/* The MEET packet is from a known node, so the sender thinks that I do not know it.
0 commit comments