--------------------- PatchSet 11315 Date: 2007/03/11 01:43:05 Author: hno Branch: HEAD Tag: (none) Log: Remove leftover storeUnlockObject from the earlier swapfail cleanup Members: src/client_side.c:1.712->1.713 Index: squid/src/client_side.c =================================================================== RCS file: /cvsroot/squid/squid/src/client_side.c,v retrieving revision 1.712 retrieving revision 1.713 diff -u -r1.712 -r1.713 --- squid/src/client_side.c 8 Mar 2007 03:37:48 -0000 1.712 +++ squid/src/client_side.c 11 Mar 2007 01:43:05 -0000 1.713 @@ -1,6 +1,6 @@ /* - * $Id: client_side.c,v 1.712 2007/03/08 03:37:48 hno Exp $ + * $Id: client_side.c,v 1.713 2007/03/11 01:43:05 hno Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -2100,7 +2100,6 @@ /* swap in failure */ debug(33, 3) ("clientCacheHit: swapin failure for %s\n", http->uri); http->log_type = LOG_TCP_SWAPFAIL_MISS; - storeUnlockObject(e); clientProcessMiss(http); return; }