--------------------- PatchSet 6192 Date: 2007/11/27 10:10:54 Author: amosjeffries Branch: squid3-ipv6 Tag: (none) Log: Fix typo from HEAD. Members: src/client_side_reply.cc:1.57.4.28->1.57.4.29 Index: squid3/src/client_side_reply.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/client_side_reply.cc,v retrieving revision 1.57.4.28 retrieving revision 1.57.4.29 diff -u -r1.57.4.28 -r1.57.4.29 --- squid3/src/client_side_reply.cc 27 Nov 2007 07:59:09 -0000 1.57.4.28 +++ squid3/src/client_side_reply.cc 27 Nov 2007 10:10:54 -0000 1.57.4.29 @@ -1,6 +1,6 @@ /* - * $Id: client_side_reply.cc,v 1.57.4.28 2007/11/27 07:59:09 amosjeffries Exp $ + * $Id: client_side_reply.cc,v 1.57.4.29 2007/11/27 10:10:54 amosjeffries Exp $ * * DEBUG: section 88 Client-side Reply Routines * AUTHOR: Robert Collins (Originally Duane Wessels in client_side.c) @@ -634,7 +634,7 @@ * plain ol' cache hit */ -+#if DELAY_POOLS +#if DELAY_POOLS if (e->store_status != STORE_OK) http->logType = LOG_TCP_MISS; else