mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
remove some exit(1)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2425 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5de1f4db50
commit
be5957742c
4 changed files with 5 additions and 12 deletions
|
@ -143,7 +143,7 @@ std::list<std::string> getLocalInterfaces()
|
|||
{
|
||||
pqioutput(PQL_ALERT, pqinetzone,
|
||||
"Cannot Determine Local Addresses!");
|
||||
exit(1);
|
||||
return addrs;
|
||||
}
|
||||
|
||||
if (!ifptr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue