Duplicate.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2794 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
51bb724964
commit
ed83fb0fc4
1 changed files with 0 additions and 1 deletions
|
@ -378,7 +378,6 @@ iwboolean FTP_ClientConnThink (FTPclientconn_t *con) //true to kill con
|
|||
|
||||
if (temp != INVALID_SOCKET)
|
||||
{
|
||||
int _true = true;
|
||||
ioctlsocket(temp, FIONBIO, &_true);
|
||||
con->stage = 6;
|
||||
if (con->type == ftp_getting)
|
||||
|
|
Loading…
Reference in a new issue