mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fixed compile on Linux.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5098 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
545743ad77
commit
0ac69b87db
@ -324,7 +324,7 @@ int pqissllistenbase::acceptconnection()
|
||||
{
|
||||
std::string out;
|
||||
rs_sprintf(out, "pqissllistenbase::acceptconnection() Error: Cannot make socket NON-Blocking: %d", err);
|
||||
pqioutput(PQL_ERROR, pqissllistenzone, out;
|
||||
pqioutput(PQL_ERROR, pqissllistenzone, out);
|
||||
|
||||
close(fd);
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user