]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug #1714: cache_dir coss line not shown correctly under cachemgr.cgi config
authorhno <>
Sat, 5 Aug 2006 21:37:21 +0000 (21:37 +0000)
committerhno <>
Sat, 5 Aug 2006 21:37:21 +0000 (21:37 +0000)
patch by Pawel Worach

src/fs/coss/store_dir_coss.cc

index a59a4b7b935ce240b0063caba01d370716dc6c85..081b62dbaad29c1a422c5b55774f1e1becd00ac6 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store_dir_coss.cc,v 1.63 2006/05/23 00:39:32 wessels Exp $
+ * $Id: store_dir_coss.cc,v 1.64 2006/08/05 15:37:21 hno Exp $
  * vim: set et : 
  *
  * DEBUG: section 47    Store COSS Directory Routines
@@ -1106,7 +1106,7 @@ CossSwapDir::reconfigure(int index, char *path)
 void
 CossSwapDir::dump(StoreEntry &entry)const
 {
-    storeAppendPrintf(&entry, " %d", max_size >> 20);
+    storeAppendPrintf(&entry, " %d", max_size >> 10);
     dumpOptions(&entry);
 }