mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Misuse of scoped lock.
This commit is contained in:
@@ -82,7 +82,7 @@ public:
|
||||
}
|
||||
int getCount()
|
||||
{
|
||||
boost::mutex::scoped_lock(mLock);
|
||||
boost::mutex::scoped_lock sl(mLock);
|
||||
return mInstances;
|
||||
}
|
||||
const std::string& getName()
|
||||
|
||||
Reference in New Issue
Block a user