mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 16:15:23 -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),
|
||||
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…
Add table
Add a link
Reference in a new issue