fixed bug causing local port to randomly change at start

This commit is contained in:
csoler 2019-09-18 23:02:15 +02:00
parent 9bf86e0e66
commit af9b3647dd
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -118,6 +118,7 @@ RsConfigOptions::RsConfigOptions()
: :
autoLogin(false), autoLogin(false),
udpListenerOnly(false), udpListenerOnly(false),
forcedInetAddress("127.0.0.1"), /* inet address to use.*/
forcedPort(0), forcedPort(0),
outStderr(false), outStderr(false),
debugLevel(5) debugLevel(5)