diff --git a/src/cluster.c b/src/cluster.c index 995f1663..66fc301c 100644 --- a/src/cluster.c +++ b/src/cluster.c @@ -2195,6 +2195,8 @@ void clusterSendPing(clusterLink *link, int type) { memcpy(gossip->ip,this->ip,sizeof(this->ip)); gossip->port = htons(this->port); gossip->flags = htons(this->flags); + gossip->notused1 = 0; + gossip->notused2 = 0; gossipcount++; }