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
No known key found for this signature in database
GPG key ID: 29D4BCB6416F53EC
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) {