From: wessels <> Date: Thu, 30 Oct 1997 13:18:55 +0000 (+0000) Subject: FMW fix X-Git-Tag: SQUID_3_0_PRE1~4619 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c30232f224b3d50ea2f340b6028546d7cb6f3e4;p=thirdparty%2Fsquid.git FMW fix --- diff --git a/src/ftp.cc b/src/ftp.cc index 623308a973..92fcdc5a25 100644 --- a/src/ftp.cc +++ b/src/ftp.cc @@ -1,6 +1,6 @@ /* - * $Id: ftp.cc,v 1.160 1997/10/30 03:31:21 wessels Exp $ + * $Id: ftp.cc,v 1.161 1997/10/30 06:18:55 wessels Exp $ * * DEBUG: section 9 File Transfer Protocol (FTP) * AUTHOR: Harvest Derived @@ -248,7 +248,7 @@ ftpTimeout(int fd, void *data) ftpState->data.fd = -1; } comm_close(ftpState->ctrl.fd); - ftpState->ctrl.fd = -1; + /* don't modify ftpState here, it has been freed */ } static void