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