put back an exit when the local address+port are already in use. Otherwise this corrupts file lists, config files etc.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@2952 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2010-05-19 20:05:31 +00:00
parent a63b5262d8
commit f78e25521b

View File

@ -213,7 +213,7 @@ int pqissllistenbase::setuplisten()
pqioutput(PQL_ALERT, pqissllistenzone, out.str());
std::cerr << out.str() << std::endl;
return -1;
exit(1) ;
}
else
{