mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 08:59:37 -05:00
fixed compilation without RS_JSONAPI
This commit is contained in:
parent
4a085cf223
commit
ccd8c7186d
@ -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…
Reference in New Issue
Block a user