mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
@@ -42,7 +42,7 @@ UUIDTagGenerator::next()
|
||||
static boost::uuids::random_generator gen{};
|
||||
static std::mutex mtx{};
|
||||
|
||||
std::lock_guard lk(mtx);
|
||||
std::lock_guard const lk(mtx);
|
||||
return gen();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user