mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 05:55:51 +00:00
Fix the crash on startup if instances are created before the instance
tracking is initialized.
This commit is contained in:
@@ -145,6 +145,7 @@ int main(int argc, char* argv[])
|
||||
Log::setMinSeverity(lsTRACE, true);
|
||||
else
|
||||
Log::setMinSeverity(lsWARNING, true);
|
||||
InstanceType::multiThread();
|
||||
|
||||
if (vm.count("test"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user