diff --git a/src/cluster.c b/src/cluster.c
index a308fc507..7eeaa8e58 100644
--- a/src/cluster.c
+++ b/src/cluster.c
@@ -479,6 +479,7 @@ void clusterInit(void) {
      * the IP address via MEET messages. */
     myself->port = server.port;
 
+    server.cluster->mf_end = 0;
     resetManualFailover();
 }