From: serassio <> Date: Mon, 13 Aug 2007 16:31:19 +0000 (+0000) Subject: Added missing 'const' to haveControlChannel() definition X-Git-Tag: SQUID_3_0_PRE7~85 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4784c40358cfb704e0e8aa07d0cabe04ae9e091d;p=thirdparty%2Fsquid.git Added missing 'const' to haveControlChannel() definition --- diff --git a/src/ftp.cc b/src/ftp.cc index 156c562768..6d3194eda6 100644 --- a/src/ftp.cc +++ b/src/ftp.cc @@ -1,6 +1,6 @@ /* - * $Id: ftp.cc,v 1.436 2007/08/13 10:17:51 amosjeffries Exp $ + * $Id: ftp.cc,v 1.437 2007/08/13 10:31:19 serassio Exp $ * * DEBUG: section 9 File Transfer Protocol (FTP) * AUTHOR: Harvest Derived @@ -3402,7 +3402,7 @@ FtpStateData::doneWithServer() const } bool -FtpStateData::haveControlChannel(const char *caller_name) +FtpStateData::haveControlChannel(const char *caller_name) const { if(!doneWithServer()) return true;