Refactor parameter interaction, call it before AppInit2()

This commit is contained in:
Jonas Schnelli
2015-10-08 09:58:31 +02:00
parent 05d591839f
commit 411b05ac95
3 changed files with 67 additions and 60 deletions

View File

@@ -151,6 +151,7 @@ bool AppInit(int argc, char* argv[])
#endif
SoftSetBoolArg("-server", true);
InitParameterInteraction();
fRet = AppInit2(threadGroup, scheduler);
}
catch (const std::exception& e) {