mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-27 16:39:29 -05:00
fixed compilation
This commit is contained in:
parent
fa7b65effb
commit
1f058f9f22
@ -120,10 +120,10 @@ RsConfigOptions::RsConfigOptions()
|
||||
udpListenerOnly(false),
|
||||
forcedPort(0),
|
||||
outStderr(false),
|
||||
debugLevel(5),
|
||||
debugLevel(5)
|
||||
#ifdef RS_JSONAPI
|
||||
jsonApiPort(0), // JSonAPI server is enabled in each main()
|
||||
jsonApiBindAddress("127.0.0.1")
|
||||
,jsonApiPort(0) // JSonAPI server is enabled in each main()
|
||||
,jsonApiBindAddress("127.0.0.1")
|
||||
#endif
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user