]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
really fix enum use problem in digest for MSVC
authorrobertc <>
Thu, 7 Aug 2003 19:35:04 +0000 (19:35 +0000)
committerrobertc <>
Thu, 7 Aug 2003 19:35:04 +0000 (19:35 +0000)
src/auth/digest/auth_digest.cc

index 8deaa1547223c7344a80ef4fdb4bb80a6a385f77..bdaac0409f703409044c3a055abee9849060c44c 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: auth_digest.cc,v 1.28 2003/08/04 22:14:48 robertc Exp $
+ * $Id: auth_digest.cc,v 1.29 2003/08/07 13:35:04 robertc Exp $
  *
  * DEBUG: section 29    Authenticator
  * AUTHOR: Robert Collins
@@ -776,7 +776,7 @@ digest_request_h::direction()
 void
 digest_request_h::addHeader(HttpReply * rep, int accel)
 {
-    enum http_hdr_type type;
+    http_hdr_type type;
 
     /* don't add to authentication error pages */