From 8d5f19a09f2cd5933160a3a58a60ee4c37fde10e Mon Sep 17 00:00:00 2001 From: amosjeffries <> Date: Tue, 27 Nov 2007 16:36:07 +0000 Subject: [PATCH] Fix typo added during some patch. --- src/client_side_reply.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3