remove any pending selects when closing the socket.

This commit is contained in:
Kelvin Sherlock 2012-05-12 01:28:46 -04:00
parent 046bbd6a16
commit d8ec9c1962
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ int mdetach(Entry *e, void *p1, void *p2, void *p3, void *p4, void *p5)
IncBusy();
TCPIPCloseTCP(e->ipid);
// hmmm this is in the close() call, so the
// fd won't be valid afterwards....
e->select_rd_pid = 0xffff;
e->select_wr_pid = 0xffff;
e->command = kCommandDisconnectAndLogout;
e->cookie = 0;
e->timeout = timeout;