This commit is contained in:
JoelKatz
2012-06-18 19:21:29 -07:00
parent 9bf119092a
commit 87324c828d

View File

@@ -544,7 +544,7 @@ void NetworkOPs::setMode(OperatingMode om)
if (mConsensus)
{
mConsensus->abort();
mConsensus = LedgerConsensus::pointer();
mConsensus = boost::shared_ptr<LedgerConsensus>();
}
}
Log l((om < mMode) ? lsWARNING : lsINFO);