From: wessels <> Date: Fri, 22 Jan 1999 11:28:17 +0000 (+0000) Subject: closing the wrong F(*&(*ING FD X-Git-Tag: SQUID_3_0_PRE1~2358 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=08ce47abef2822996e69119ac4a9b4fe91728d5b;p=thirdparty%2Fsquid.git closing the wrong F(*&(*ING FD --- diff --git a/src/ftp.cc b/src/ftp.cc index 62858eb066..f63fdc6b2a 100644 --- a/src/ftp.cc +++ b/src/ftp.cc @@ -1,6 +1,6 @@ /* - * $Id: ftp.cc,v 1.275 1999/01/22 04:18:47 wessels Exp $ + * $Id: ftp.cc,v 1.276 1999/01/22 04:28:17 wessels Exp $ * * DEBUG: section 9 File Transfer Protocol (FTP) * AUTHOR: Harvest Derived @@ -835,7 +835,7 @@ ftpDataRead(int fd, void *data) #endif assert(fd == ftpState->data.fd); if (EBIT_TEST(entry->flags, ENTRY_ABORTED)) { - comm_close(fd); + comm_close(ftpState->ctrl.fd); return; } errno = 0;