Skip to content

Commit

Permalink
Add node to inbound link during MEET processing
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Totten <btotten@amazon.com>
  • Loading branch information
Ben Totten committed Jul 22, 2024
1 parent 0c8f22e commit d50ca8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cluster_legacy.c
Original file line number Diff line number Diff line change
Expand Up @@ -3010,6 +3010,8 @@ 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;
clusterAddNode(node);
clusterDoBeforeSleep(CLUSTER_TODO_SAVE_CONFIG);
}
Expand Down

0 comments on commit d50ca8d

Please sign in to comment.