mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
patch from AsamK to fix up crash at startup due to a missing else
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4587 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7f610a4849
commit
663ce50630
@ -716,7 +716,8 @@ bool p3Config::loadConfig()
|
||||
}
|
||||
pass = false;
|
||||
}
|
||||
pass = true;
|
||||
else
|
||||
pass = true;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user