]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
DW failed algebra
authorwessels <>
Wed, 28 Mar 2001 23:33:56 +0000 (23:33 +0000)
committerwessels <>
Wed, 28 Mar 2001 23:33:56 +0000 (23:33 +0000)
src/store_dir.cc

index 1d50285a2b9da704829b15ac836e2a78d167f244..b336cb606d3c02787d620b75b8cb539d0b2b60b1 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store_dir.cc,v 1.129 2001/03/28 14:45:40 wessels Exp $
+ * $Id: store_dir.cc,v 1.130 2001/03/28 16:33:56 wessels Exp $
  *
  * DEBUG: section 47    Store Directory Routines
  * AUTHOR: Duane Wessels
@@ -493,7 +493,7 @@ storeDirGetBlkSize(const char *path, int *blksize)
     /*
      * Sanity check; make sure we have a meaningful value.
      */
-    if (*blksize > 512)
+    if (*blksize < 512)
        *blksize = 2048;
     return 0;
 }