]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Typo on rev.10357 port
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 27 Aug 2011 10:38:01 +0000 (04:38 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 27 Aug 2011 10:38:01 +0000 (04:38 -0600)
src/ftp.cc

index 1b584b9eee5e14943aba6b554f84083907915531..0683c7847c0b6923ceb897b9ab51c4a59c681fb9 100644 (file)
@@ -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)