From f7cf9b8cd14f5ccb1f453e0888999c15f263a25e Mon Sep 17 00:00:00 2001 From: robertc <> Date: Thu, 9 Jan 2003 19:24:22 +0000 Subject: [PATCH] fix typo --- 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 cc600504c1..e4b4964005 100644 --- a/src/client_side_reply.cc +++ b/src/client_side_reply.cc @@ -1,6 +1,6 @@ /* - * $Id: client_side_reply.cc,v 1.28 2003/01/09 11:50:35 hno Exp $ + * $Id: client_side_reply.cc,v 1.29 2003/01/09 12:24:22 robertc Exp $ * * DEBUG: section 88 Client-side Reply Routines * AUTHOR: Robert Collins (Originally Duane Wessels in client_side.c) @@ -629,7 +629,7 @@ clientCacheHit(void *data, StoreIOBuffer result) if (e->mem_status == IN_MEMORY) http->logType = LOG_TCP_MEM_HIT; clientSendMoreData(context, result); - } else if (!config.onoff.offline && refreshCheckHTTP(e, r) && !http->flags.internal) { + } else if (!Config.onoff.offline && refreshCheckHTTP(e, r) && !http->flags.internal) { debug(88, 5) ("clientCacheHit: in refreshCheck() block\n"); /* * We hold a stale copy; it needs to be validated -- 2.47.3