Skip to content

Commit

Permalink
Use setClusterNodeToInboundClusterLink() to add node to link in MEET
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Totten committed Jul 22, 2024
1 parent d50ca8d commit 0c5b26f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cluster_legacy.c
Original file line number Diff line number Diff line change
Expand Up @@ -3010,8 +3010,7 @@ int clusterProcessPacket(clusterLink *link) {
if (hdr->mflags[0] & CLUSTERMSG_FLAG0_EXT_DATA) {
node->flags |= CLUSTER_NODE_EXTENSIONS_SUPPORTED;
}
node->inbound_link = link;
link->node = node;
setClusterNodeToInboundClusterLink(node, link);
clusterAddNode(node);
clusterDoBeforeSleep(CLUSTER_TODO_SAVE_CONFIG);
}
Expand Down

0 comments on commit 0c5b26f

Please sign in to comment.