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,12 +146,12 @@ int main(int argc, char* argv[])
|
|||||||
if (!iResult)
|
if (!iResult)
|
||||||
{
|
{
|
||||||
theConfig.setup(vm.count("conf") ? vm["conf"].as<std::string>() : "");
|
theConfig.setup(vm.count("conf") ? vm["conf"].as<std::string>() : "");
|
||||||
}
|
|
||||||
|
|
||||||
if (vm.count("standalone"))
|
if (vm.count("standalone"))
|
||||||
{
|
{
|
||||||
theConfig.RUN_STANDALONE = true;
|
theConfig.RUN_STANDALONE = true;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (iResult)
|
if (iResult)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user