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)