mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-15 17:37:12 -05:00
fixed compilation
This commit is contained in:
parent
fa7b65effb
commit
1f058f9f22
@ -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…
Reference in New Issue
Block a user