From: amosjeffries <> Date: Tue, 27 Nov 2007 16:36:07 +0000 (+0000) Subject: Fix typo added during some patch. X-Git-Tag: SQUID_3_0_STABLE1~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d5f19a09f2cd5933160a3a58a60ee4c37fde10e;p=thirdparty%2Fsquid.git Fix typo added during some patch. --- diff --git a/src/client_side_reply.cc b/src/client_side_reply.cc index 8646dc76b6..05ba37748e 100644 --- a/src/client_side_reply.cc +++ b/src/client_side_reply.cc @@ -1,6 +1,6 @@ /* - * $Id: client_side_reply.cc,v 1.143 2007/11/26 22:20:04 wessels Exp $ + * $Id: client_side_reply.cc,v 1.144 2007/11/27 09:36:07 amosjeffries Exp $ * * DEBUG: section 88 Client-side Reply Routines * AUTHOR: Robert Collins (Originally Duane Wessels in client_side.c) @@ -636,7 +636,7 @@ clientReplyContext::cacheHit(StoreIOBuffer result) * plain ol' cache hit */ -+#if DELAY_POOLS +#if DELAY_POOLS if (e->store_status != STORE_OK) http->logType = LOG_TCP_MISS; else