]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix for small bug.
authorkostas <>
Fri, 17 Oct 1997 02:42:24 +0000 (02:42 +0000)
committerkostas <>
Fri, 17 Oct 1997 02:42:24 +0000 (02:42 +0000)
src/errorpage.cc

index 0f5fdbaa04c3b55b0c6c5c2cf3b15eaf1d37390f..8203128e87dfe8ad97c9cb62326b1d166c4bf6f9 100644 (file)
@@ -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",