Minor cleanup.

This commit is contained in:
Arthur Britto
2012-08-14 16:04:39 -07:00
parent d3bce70e86
commit 64d6f16068

View File

@@ -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)
{ {