mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-29 08:37:36 -04:00
fixed compilation without RS_JSONAPI
This commit is contained in:
parent
4a085cf223
commit
ccd8c7186d
1 changed files with 4 additions and 1 deletions
|
@ -115,7 +115,10 @@ RsLoginHelper* rsLoginHelper = nullptr;
|
||||||
RsAccounts* rsAccounts = nullptr;
|
RsAccounts* rsAccounts = nullptr;
|
||||||
|
|
||||||
RsConfigOptions::RsConfigOptions()
|
RsConfigOptions::RsConfigOptions()
|
||||||
: jsonApiPort(JsonApiServer::DEFAULT_PORT),
|
:
|
||||||
|
#ifdef RS_JSONAPI
|
||||||
|
jsonApiPort(JsonApiServer::DEFAULT_PORT),
|
||||||
|
#endif
|
||||||
jsonApiBindAddress("127.0.0.1"),
|
jsonApiBindAddress("127.0.0.1"),
|
||||||
autoLogin(false),
|
autoLogin(false),
|
||||||
forcedPort(0),
|
forcedPort(0),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue