From: Amos Jeffries Date: Sat, 27 Aug 2011 10:38:01 +0000 (-0600) Subject: Typo on rev.10357 port X-Git-Tag: SQUID_3_1_15~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=897b2f9ce1ccfd82f9eb5f41bbac8bf5a895c403;p=thirdparty%2Fsquid.git Typo on rev.10357 port --- diff --git a/src/ftp.cc b/src/ftp.cc index 1b584b9eee..0683c7847c 100644 --- a/src/ftp.cc +++ b/src/ftp.cc @@ -1296,7 +1296,7 @@ void FtpStateData::maybeReadVirginBody() { // too late to read - if (data.fd < 0 || fd_table[data.conn->fd].closing()) + if (data.fd < 0 || fd_table[data.fd].closing()) return; if (data.read_pending)