mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed compilation without RS_JSONAPI
This commit is contained in:
parent
ad443ecaa4
commit
2e5821bf59
@ -132,9 +132,8 @@ RsConfigOptions::RsConfigOptions()
|
|||||||
struct RsInitConfig
|
struct RsInitConfig
|
||||||
{
|
{
|
||||||
RsInitConfig()
|
RsInitConfig()
|
||||||
:
|
|
||||||
#ifdef RS_JSONAPI
|
#ifdef RS_JSONAPI
|
||||||
jsonApiPort(JsonApiServer::DEFAULT_PORT),
|
: jsonApiPort(JsonApiServer::DEFAULT_PORT),
|
||||||
jsonApiBindAddress("127.0.0.1")
|
jsonApiBindAddress("127.0.0.1")
|
||||||
#endif
|
#endif
|
||||||
{}
|
{}
|
||||||
|
Loading…
Reference in New Issue
Block a user