File 10789.patch of Package squid-beta
---------------------
PatchSet 10789
Date: 2007/05/10 22:40:12
Author: hno
Branch: HEAD
Tag: (none)
Log:
Replaced one more mem-> with direct mem_obj-> reference.
Members:
src/store.cc:1.612->1.613
Index: squid3/src/store.cc
===================================================================
RCS file: /cvsroot/squid/squid3/src/store.cc,v
retrieving revision 1.612
retrieving revision 1.613
diff -u -r1.612 -r1.613
--- squid3/src/store.cc 7 May 2007 21:51:21 -0000 1.612
+++ squid3/src/store.cc 10 May 2007 22:40:12 -0000 1.613
@@ -1,6 +1,6 @@
/*
- * $Id: store.cc,v 1.612 2007/05/07 21:51:21 wessels Exp $
+ * $Id: store.cc,v 1.613 2007/05/10 22:40:12 hno Exp $
*
* DEBUG: section 20 Storage Manager
* AUTHOR: Harvest Derived
@@ -650,7 +650,7 @@
#if MORE_DEBUG_OUTPUT
if (EBIT_TEST(flags, RELEASE_REQUEST))
- debugs(20, 1, "assertion failed: RELEASE key " << key << ", url " << mem->url);
+ debugs(20, 1, "assertion failed: RELEASE key " << key << ", url " << mem_obj->url);
#endif