From: wessels <> Date: Thu, 17 Jul 1997 11:25:09 +0000 (+0000) Subject: removed old ERR_FTP_DISABLED X-Git-Tag: SQUID_3_0_PRE1~4866 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de8b978c3b86a43e844fc3e75876ea75d39b1fb4;p=thirdparty%2Fsquid.git removed old ERR_FTP_DISABLED inserted missing ERR_WRITE_ERROR in log_tags[] --- diff --git a/src/errorpage.cc b/src/errorpage.cc index 0cb30e855a..f6a927935a 100644 --- a/src/errorpage.cc +++ b/src/errorpage.cc @@ -1,6 +1,6 @@ /* - * $Id: errorpage.cc,v 1.59 1997/07/16 20:32:04 wessels Exp $ + * $Id: errorpage.cc,v 1.60 1997/07/17 05:25:09 wessels Exp $ * * DEBUG: section 4 Error Generation * AUTHOR: Duane Wessels @@ -125,9 +125,6 @@ static error_data ErrorData[] = {"ERR_ZERO_SIZE_OBJECT", "No Object Data", "The remote server closed the connection before sending any data."}, - {"ERR_FTP_DISABLED", - "FTP is disabled", - "This cache is configured to NOT retrieve FTP objects."}, {"ERR_PROXY_DENIED", "Access Denied", "You must authenticate yourself before accessing this cache."}