mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Serialize access to the debug journal
This commit is contained in:
@@ -53,7 +53,6 @@ public:
|
||||
bool plainOnly)
|
||||
: mSecure (secureOnly)
|
||||
, mBuffer ((plainOnly || secureOnly) ? 0 : 4)
|
||||
, j_ (ripple::debugJournal())
|
||||
{
|
||||
mSocket = std::make_unique<ssl_socket> (s, c);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user