From: robertc <> Date: Thu, 7 Aug 2003 19:35:04 +0000 (+0000) Subject: really fix enum use problem in digest for MSVC X-Git-Tag: SQUID_3_0_PRE3~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e3d4bbccda3cb11d95af011e81212056d29f0c1;p=thirdparty%2Fsquid.git really fix enum use problem in digest for MSVC --- diff --git a/src/auth/digest/auth_digest.cc b/src/auth/digest/auth_digest.cc index 8deaa15472..bdaac0409f 100644 --- a/src/auth/digest/auth_digest.cc +++ b/src/auth/digest/auth_digest.cc @@ -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 */