mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed bug causing local port to randomly change at start
This commit is contained in:
parent
9bf86e0e66
commit
af9b3647dd
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user