mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-03 01:15:53 +00:00
Fix another regression.
This commit is contained in:
@@ -181,6 +181,7 @@ public:
|
||||
inline explicit UntrackedScopedTryLock (Mutex const& mutex,
|
||||
char const*, int) noexcept
|
||||
: m_mutex (mutex)
|
||||
, m_lock_count (0)
|
||||
{
|
||||
try_lock ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user