]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Oops.. forgot to test a last minute cleanup before the previous commit..
authorhno <>
Tue, 8 May 2001 21:34:45 +0000 (21:34 +0000)
committerhno <>
Tue, 8 May 2001 21:34:45 +0000 (21:34 +0000)
src/fs/coss/store_dir_coss.cc

index 660b2dbb3739ea1f874ce623622dc1b1503432e5..03598b2a8b39317c226e17cf54373e58ff15e2c6 100644 (file)
@@ -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