From: wessels <> Date: Sat, 22 Aug 1998 01:28:57 +0000 (+0000) Subject: compiler X-Git-Tag: SQUID_3_0_PRE1~2806 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=563f6e2db48acc7edd874ffb3955a209f42d087b;p=thirdparty%2Fsquid.git compiler --- diff --git a/src/ftp.cc b/src/ftp.cc index 875c0cfc4a..57c8ac56a4 100644 --- a/src/ftp.cc +++ b/src/ftp.cc @@ -1,6 +1,6 @@ /* - * $Id: ftp.cc,v 1.248 1998/08/21 18:59:48 wessels Exp $ + * $Id: ftp.cc,v 1.249 1998/08/21 19:28:57 wessels Exp $ * * DEBUG: section 9 File Transfer Protocol (FTP) * AUTHOR: Harvest Derived @@ -2233,7 +2233,7 @@ ftpAppendSuccessHeader(FtpStateData * ftpState) storeBufferFlush(e); reply->hdr_sz = e->mem_obj->inmem_hi; storeTimestampsSet(e); - if (EBIT_TEST(entry->flag, ENTRY_CACHABLE)) + if (EBIT_TEST(e->flag, ENTRY_CACHABLE)) storeSetPublicKey(e); }