mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-27 16:39:29 -05:00
fixed initialization of RsConfigOptions
This commit is contained in:
parent
9bbd6d49df
commit
bd0e4d7fba
@ -117,14 +117,13 @@ RsAccounts* rsAccounts = nullptr;
|
||||
|
||||
RsConfigOptions::RsConfigOptions()
|
||||
: jsonApiPort(JsonApiServer::DEFAULT_PORT),
|
||||
jsonApiBindAddress("127.0.0.1")
|
||||
jsonApiBindAddress("127.0.0.1"),
|
||||
autoLogin(false),
|
||||
forcedPort(0),
|
||||
udpListenerOnly(false),
|
||||
outStderr(false),
|
||||
debugLevel(5)
|
||||
{
|
||||
autoLogin = false;
|
||||
forcedPort=0;
|
||||
udpListenerOnly=false;
|
||||
|
||||
outStderr=false;
|
||||
debugLevel=5;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user