Duplicate.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2794 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Molgrum 2007-11-23 14:18:18 +00:00
parent 51bb724964
commit ed83fb0fc4

View file

@ -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)