mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-14 17:39:37 -04:00
fixed reference to tryNetMode.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4922 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
311e62b70c
commit
6a44342e4f
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ void QuickStartWizard::loadNetwork()
|
||||||
|
|
||||||
/* set net mode */
|
/* set net mode */
|
||||||
int netIndex = 0;
|
int netIndex = 0;
|
||||||
switch(detail.tryNetMode)
|
switch(detail.netMode)
|
||||||
{
|
{
|
||||||
case RS_NETMODE_EXT:
|
case RS_NETMODE_EXT:
|
||||||
netIndex = 2;
|
netIndex = 2;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue