mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-01 20:52:05 -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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue