mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-29 08:37:36 -04:00
fixed bug causing local port to randomly change at start
This commit is contained in:
parent
9bf86e0e66
commit
af9b3647dd
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ RsConfigOptions::RsConfigOptions()
|
|||
:
|
||||
autoLogin(false),
|
||||
udpListenerOnly(false),
|
||||
forcedInetAddress("127.0.0.1"), /* inet address to use.*/
|
||||
forcedPort(0),
|
||||
outStderr(false),
|
||||
debugLevel(5)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue