From: hno <> Date: Fri, 15 Nov 2002 21:18:30 +0000 (+0000) Subject: Merge conflict, http->log_type -> http->logType X-Git-Tag: SQUID_3_0_PRE1~520 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ddd31ed3065f53f1fe813199a7d05cd9d120b3f3;p=thirdparty%2Fsquid.git Merge conflict, http->log_type -> http->logType --- diff --git a/src/client_side_reply.cc b/src/client_side_reply.cc index 64f51d8256..39ff5b288a 100644 --- a/src/client_side_reply.cc +++ b/src/client_side_reply.cc @@ -1,6 +1,6 @@ /* - * $Id: client_side_reply.cc,v 1.25 2002/11/15 13:26:59 hno Exp $ + * $Id: client_side_reply.cc,v 1.26 2002/11/15 14:18:30 hno Exp $ * * DEBUG: section 88 Client-side Reply Routines * AUTHOR: Robert Collins (Originally Duane Wessels in client_side.c) @@ -1257,7 +1257,7 @@ clientBuildReplyHeader(clientReplyContext *context, HttpReply * rep) squid_curtime - http->entry->timestamp); } /* Filter unproxyable authentication types */ - if (http->log_type != LOG_TCP_DENIED && + if (http->logType != LOG_TCP_DENIED && (httpHeaderHas(hdr, HDR_WWW_AUTHENTICATE) || httpHeaderHas(hdr, HDR_PROXY_AUTHENTICATE))) { HttpHeaderPos pos = HttpHeaderInitPos; HttpHeaderEntry *e;