Fix missing call to setHeartbeatTimer

This commit is contained in:
David Schwartz
2014-01-31 09:25:25 -08:00
committed by Vinnie Falco
parent aa5ca7cea5
commit 5df5983f88

View File

@@ -521,6 +521,8 @@ void NetworkOPsImp::processHeartbeatTimer ()
<< "has fallen below quorum (" << getConfig ().NETWORK_QUORUM << ").";
}
setHeartbeatTimer ();
return;
}