Missing return.

This commit is contained in:
JoelKatz
2013-09-26 17:14:55 -07:00
parent 5bebac7ecb
commit 92bd8c4782

View File

@@ -589,6 +589,7 @@ void Ledger::saveValidatedLedger (bool current)
StaticScopedLockType sl (sPendingSaveLock, __FILE__, __LINE__);
sPendingSaves.erase(getLedgerSeq());
}
return;
}
{