mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-26 23:31:08 -04:00
Ported branch commits:
2951: cleaned up some desastrous code in rsdiscitems.cc 2952: 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/trunk@2953 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8673924374
commit
4b9b15be27
2 changed files with 39 additions and 36 deletions
|
@ -213,7 +213,7 @@ int pqissllistenbase::setuplisten()
|
|||
pqioutput(PQL_ALERT, pqissllistenzone, out.str());
|
||||
std::cerr << out.str() << std::endl;
|
||||
|
||||
return -1;
|
||||
exit(1) ;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue