From 4464fd13ee6d892174f1653f73ecf3e47fe028e4 Mon Sep 17 00:00:00 2001 From: hno <> Date: Tue, 8 May 2001 21:34:45 +0000 Subject: [PATCH] Oops.. forgot to test a last minute cleanup before the previous commit.. --- src/fs/coss/store_dir_coss.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2