]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Comment out dead code in FtpClient.cc (CID 1231357)
authorFrancesco Chemolli <kinkie@squid-cache.org>
Sun, 12 Jul 2015 17:43:26 +0000 (19:43 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Sun, 12 Jul 2015 17:43:26 +0000 (19:43 +0200)
src/clients/FtpClient.cc

index 7221af612662b60dcdc625488ecde6310ee4d06a..740771e420193ed2a807472d2d02b8a5ef73684d 100644 (file)
@@ -509,8 +509,9 @@ Ftp::Client::handleEpsvReply(Ip::Address &remoteAddr)
             debugs(9, DBG_IMPORTANT, "WARNING: Server at " << ctrl.conn->remote << " sent unknown protocol negotiation hint: " << buf);
             return sendPassive();
         }
-        failed(ERR_FTP_FAILURE, 0);
-        return false;
+        /* not reached */
+        // failed(ERR_FTP_FAILURE, 0);
+        // return false;
     }
 
     /*  229 Entering Extended Passive Mode (|||port|) */