]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
off by one error
authorwessels <>
Tue, 2 Apr 1996 01:21:29 +0000 (01:21 +0000)
committerwessels <>
Tue, 2 Apr 1996 01:21:29 +0000 (01:21 +0000)
src/errorpage.cc

index 9aa1c3cb97541861180a749b6c44df10409d844e..e095d210edd7ccc805d411e108a64f26f3f1b07b 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: errorpage.cc,v 1.7 1996/03/30 00:09:02 wessels Exp $ */
+/* $Id: errorpage.cc,v 1.8 1996/04/01 18:21:29 wessels Exp $ */
 
 /* DEBUG: Section 4             cached_error: Error printing routines */
 
@@ -44,9 +44,6 @@ typedef struct {
 
 error_data ErrorData[] =
 {
-    {"ERR_NONE",
-       "Non Error",
-       "You should never see this."},
     {"ERR_READ_TIMEOUT",
        "Read Timeout",
        "The remote site or network may be down.  Please try again."},