]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
don't need InvokeHandlers() call after ftpParseListing()
authorwessels <>
Wed, 19 Nov 1997 03:38:25 +0000 (03:38 +0000)
committerwessels <>
Wed, 19 Nov 1997 03:38:25 +0000 (03:38 +0000)
src/ftp.cc

index 6ff24389d209d3b391ccc3a71d2e7c89729fd884..64bb2abf22c95dd56b364d8562029b934a0fc688 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: ftp.cc,v 1.171 1997/11/18 01:02:37 wessels Exp $
+ * $Id: ftp.cc,v 1.172 1997/11/18 20:38:25 wessels Exp $
  *
  * DEBUG: section 9     File Transfer Protocol (FTP)
  * AUTHOR: Harvest Derived
@@ -717,7 +717,6 @@ ftpReadData(int fd, void *data)
     } else {
        if (EBIT_TEST(ftpState->flags, FTP_ISDIR)) {
            ftpParseListing(ftpState, len);
-           InvokeHandlers(entry);
        } else {
            assert(ftpState->data.offset == 0);
            storeAppend(entry, ftpState->data.buf, len);