1
0
Fork 0

fix duplicate mutex (#3215)

This commit is contained in:
Jan 2017-09-07 14:38:29 +02:00 committed by Frank Celler
parent bfa5224966
commit 0abbc3a3c6
1 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,7 @@ void Constituent::callElection() {
if (steady_clock::now() >= timeout) { // Timeout.
MUTEX_LOCKER(locker, _castLock);
follow(_term);
followNoLock(_term);
break;
}