]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
removed old ERR_FTP_DISABLED
authorwessels <>
Thu, 17 Jul 1997 11:25:09 +0000 (11:25 +0000)
committerwessels <>
Thu, 17 Jul 1997 11:25:09 +0000 (11:25 +0000)
inserted missing ERR_WRITE_ERROR in log_tags[]

src/errorpage.cc

index 0cb30e855a2b7598fe49d66fa87749c3ae6dd2f0..f6a927935af1917b2ef1c593fb53cc96ee23d9bc 100644 (file)
@@ -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."}