From: hno <> Date: Fri, 11 May 2007 04:40:12 +0000 (+0000) Subject: Replaced one more mem-> with direct mem_obj-> reference. X-Git-Tag: SQUID_3_0_PRE7~279 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=308652fc09c6335db80acc88e945f765166ab946;p=thirdparty%2Fsquid.git Replaced one more mem-> with direct mem_obj-> reference. --- diff --git a/src/store.cc b/src/store.cc index 56b9820988..b5f3898b3c 100644 --- a/src/store.cc +++ b/src/store.cc @@ -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 @@ StoreEntry::setPublicKey() #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