mirror of
https://github.com/Xahau/xahaud.git
synced 2026-09-27 15:38:01 +00:00
fix(ledger): lock acquire completion state before reporting it
This commit is contained in:
@@ -434,6 +434,8 @@ InboundLedger::pmDowncast()
|
||||
void
|
||||
InboundLedger::done()
|
||||
{
|
||||
ScopedLockType const sl(mtx_);
|
||||
|
||||
if (mSignaled)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user