From: hno <> Date: Tue, 8 May 2001 21:34:45 +0000 (+0000) Subject: Oops.. forgot to test a last minute cleanup before the previous commit.. X-Git-Tag: SQUID_3_0_PRE1~1515 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4464fd13ee6d892174f1653f73ecf3e47fe028e4;p=thirdparty%2Fsquid.git Oops.. forgot to test a last minute cleanup before the previous commit.. --- diff --git a/src/fs/coss/store_dir_coss.cc b/src/fs/coss/store_dir_coss.cc index 660b2dbb37..03598b2a8b 100644 --- a/src/fs/coss/store_dir_coss.cc +++ b/src/fs/coss/store_dir_coss.cc @@ -1,6 +1,6 @@ /* - * $Id: store_dir_coss.cc,v 1.21 2001/05/08 15:24:36 hno Exp $ + * $Id: store_dir_coss.cc,v 1.22 2001/05/08 15:34:45 hno Exp $ * * DEBUG: section 81 Store COSS Directory Routines * AUTHOR: Eric Stern @@ -797,7 +797,7 @@ storeCossDirDump(StoreEntry * entry, SwapDir * s) { storeAppendPrintf(entry, " %d", s->max_size >> 20); - dump_cachedir_options(entry, NULL, sd); + dump_cachedir_options(entry, NULL, s); } #if OLD_UNUSED_CODE