mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Minor cleanup.
This commit is contained in:
@@ -146,11 +146,11 @@ int main(int argc, char* argv[])
|
||||
if (!iResult)
|
||||
{
|
||||
theConfig.setup(vm.count("conf") ? vm["conf"].as<std::string>() : "");
|
||||
}
|
||||
|
||||
if (vm.count("standalone"))
|
||||
{
|
||||
theConfig.RUN_STANDALONE = true;
|
||||
if (vm.count("standalone"))
|
||||
{
|
||||
theConfig.RUN_STANDALONE = true;
|
||||
}
|
||||
}
|
||||
|
||||
if (iResult)
|
||||
|
||||
Reference in New Issue
Block a user