fixed compilation

This commit is contained in:
csoler 2019-09-15 16:49:30 +02:00
parent fa7b65effb
commit 1f058f9f22
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -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
{
}