]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
compiler
authorwessels <>
Tue, 16 Jul 1996 07:51:23 +0000 (07:51 +0000)
committerwessels <>
Tue, 16 Jul 1996 07:51:23 +0000 (07:51 +0000)
src/errorpage.cc

index 49b36dc1d3de0ab6c2ce89f2040d3f0191efbcbf..5756da9d68d93b33ac0236a9c732fb34c872ea3e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: errorpage.cc,v 1.24 1996/07/15 23:57:49 wessels Exp $
+ * $Id: errorpage.cc,v 1.25 1996/07/16 01:51:23 wessels Exp $
  *
  * DEBUG: section 4     Error Generation
  * AUTHOR: Duane Wessels
@@ -120,6 +120,7 @@ char *tmp_error_buf;
 
 /* LOCAL */
 static char *tbuf = NULL;
+static char *auth_msg = NULL;
 
 void errorInitialize()
 {