From ed83fb0fc4a505c80c98fdbdb57bbcfecbecae48 Mon Sep 17 00:00:00 2001 From: Molgrum Date: Fri, 23 Nov 2007 14:18:18 +0000 Subject: [PATCH] Duplicate. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2794 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/http/ftpclient.c | 1 - 1 file changed, 1 deletion(-) diff --git a/engine/http/ftpclient.c b/engine/http/ftpclient.c index 96d3ff311..4e5b87c1f 100644 --- a/engine/http/ftpclient.c +++ b/engine/http/ftpclient.c @@ -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)