--------------------- PatchSet 6533 Date: 2008/01/19 01:36:48 Author: amosjeffries Branch: squid3-ipv6 Tag: (none) Log: Typo in IPv6-mode Members: src/ftp.cc:1.26.2.51->1.26.2.52 Index: squid3/src/ftp.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/ftp.cc,v retrieving revision 1.26.2.51 retrieving revision 1.26.2.52 diff -u -r1.26.2.51 -r1.26.2.52 --- squid3/src/ftp.cc 19 Jan 2008 00:45:18 -0000 1.26.2.51 +++ squid3/src/ftp.cc 19 Jan 2008 01:36:48 -0000 1.26.2.52 @@ -1,5 +1,5 @@ /* - * $Id: ftp.cc,v 1.26.2.51 2008/01/19 00:45:18 amosjeffries Exp $ + * $Id: ftp.cc,v 1.26.2.52 2008/01/19 01:36:48 amosjeffries Exp $ * * DEBUG: section 9 File Transfer Protocol (FTP) * AUTHOR: Harvest Derived @@ -2293,7 +2293,7 @@ } else { /* or try the next Passive mode down the chain. */ - ftpPassive(ftpState); + ftpSendPassive(ftpState); } #else /* We do not support IPv6. Remote server requires it.