From: kostas <> Date: Fri, 17 Oct 1997 02:42:24 +0000 (+0000) Subject: Fix for small bug. X-Git-Tag: SQUID_3_0_PRE1~4792 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=b89bf85f8fbf1b77e9954ebcf9c51c885a6a6ea0;p=thirdparty%2Fsquid.git Fix for small bug. --- diff --git a/src/errorpage.cc b/src/errorpage.cc index 0f5fdbaa04..8203128e87 100644 --- a/src/errorpage.cc +++ b/src/errorpage.cc @@ -1,6 +1,6 @@ /* - * $Id: errorpage.cc,v 1.72 1997/10/16 19:22:38 kostas Exp $ + * $Id: errorpage.cc,v 1.73 1997/10/16 20:42:24 kostas Exp $ * * DEBUG: section 4 Error Generation * AUTHOR: Duane Wessels @@ -34,6 +34,7 @@ const char *err_string[] = { "ERR_NONE", + "ERR_NO_CLIENTS", "ERR_READ_TIMEOUT", "ERR_LIFETIME_EXP", "ERR_READ_ERROR",