mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 19:45:53 +00:00
Tiny mistake in previous commit.
This commit is contained in:
@@ -42,7 +42,6 @@ public:
|
|||||||
mMutex=sl.mMutex;
|
mMutex=sl.mMutex;
|
||||||
if(sl.mValid)
|
if(sl.mValid)
|
||||||
{
|
{
|
||||||
if(mValid) mMutex->unlock();
|
|
||||||
mValid=true;
|
mValid=true;
|
||||||
sl.mValid=false;
|
sl.mValid=false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user