mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-30 09:07:32 -04:00
fixed compilation without RS_JSONAPI
This commit is contained in:
parent
ad443ecaa4
commit
2e5821bf59
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue