From 08ce47abef2822996e69119ac4a9b4fe91728d5b Mon Sep 17 00:00:00 2001 From: wessels <> Date: Fri, 22 Jan 1999 11:28:17 +0000 Subject: [PATCH] closing the wrong F(*&(*ING FD --- src/ftp.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.47.3