mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Typo.
This commit is contained in:
@@ -165,7 +165,7 @@ void ValidationCollection::condWrite()
|
||||
if (mWriting)
|
||||
return;
|
||||
mWriting = true;
|
||||
boost::thread(boost::bind(&ValidationCollection::doWrite, this));
|
||||
boost::thread thread(boost::bind(&ValidationCollection::doWrite, this));
|
||||
thread.detach();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user