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:
csoler 2011-09-03 22:16:51 +00:00
parent 7f610a4849
commit 663ce50630

View File

@ -716,7 +716,8 @@ bool p3Config::loadConfig()
}
pass = false;
}
pass = true;
else
pass = true;
}