mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-23 13:54:27 -04:00
fixed compilation
This commit is contained in:
parent
fa7b65effb
commit
1f058f9f22
1 changed files with 3 additions and 3 deletions
|
@ -120,10 +120,10 @@ RsConfigOptions::RsConfigOptions()
|
||||||
udpListenerOnly(false),
|
udpListenerOnly(false),
|
||||||
forcedPort(0),
|
forcedPort(0),
|
||||||
outStderr(false),
|
outStderr(false),
|
||||||
debugLevel(5),
|
debugLevel(5)
|
||||||
#ifdef RS_JSONAPI
|
#ifdef RS_JSONAPI
|
||||||
jsonApiPort(0), // JSonAPI server is enabled in each main()
|
,jsonApiPort(0) // JSonAPI server is enabled in each main()
|
||||||
jsonApiBindAddress("127.0.0.1")
|
,jsonApiBindAddress("127.0.0.1")
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue