]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
fix typo
authorrobertc <>
Thu, 9 Jan 2003 19:24:22 +0000 (19:24 +0000)
committerrobertc <>
Thu, 9 Jan 2003 19:24:22 +0000 (19:24 +0000)
src/client_side_reply.cc

index cc600504c17d3b46871e280506f7a436c9c9272f..e4b4964005b66d2f714c449bf2f37b1bb8cbb041 100644 (file)
@@ -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