mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
Don't close the underlying socket. Not sure yet when I should close a
socket that hasn't returned an error. Maybe that's the client's job.
This commit is contained in:
parent
15bd397f96
commit
912859be39
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ XWThreadPool::CloseSocket( int socket )
|
|||
++iter;
|
||||
}
|
||||
}
|
||||
close( socket );
|
||||
/* close( socket ); */
|
||||
/* if ( do_interrupt ) { */
|
||||
/* We always need to interrupt the poll because the socket we're closing
|
||||
will be in the list being listened to. That or we need to drop sockets
|
||||
|
|
Loading…
Add table
Reference in a new issue