From 4476b9414ba07b97c1ef569ea3b3c64d2ebe18ee Mon Sep 17 00:00:00 2001 From: Wen Hui Date: Mon, 1 Nov 2021 16:45:54 -0400 Subject: [PATCH] Adding missing bracket --- src/cluster.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cluster.c b/src/cluster.c index a4537a5a2d5..e72fcb1314c 100644 --- a/src/cluster.c +++ b/src/cluster.c @@ -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