Skip to content

Commit

Permalink
Adding missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
hwware committed Nov 18, 2021
1 parent 52633e9 commit 4476b94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cluster.c
Original file line number Diff line number Diff line change
Expand Up @@ -2461,6 +2461,7 @@ void clusterLinkConnectHandler(connection *conn) {

serverLog(LL_DEBUG,"Connecting with Node %.40s %s at %s:%d",
node->name, node->human_readable_name, node->ip, node->cport);
}

/* Read data. Try to read the first field of the header first to check the
* full length of the packet. When a whole packet is in memory this function
Expand Down

0 comments on commit 4476b94

Please sign in to comment.