]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
why did we close open swap logs if its not okay to write clean ones?
authorwessels <>
Tue, 31 Mar 1998 06:00:47 +0000 (06:00 +0000)
committerwessels <>
Tue, 31 Mar 1998 06:00:47 +0000 (06:00 +0000)
src/store_dir.cc

index 06635db00dd78b62da4eb0b951a3c25bd9a0a9f1..7ce0e9d8012bac031050e5328d62cce18f5d78bf 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store_dir.cc,v 1.57 1998/03/28 23:24:52 wessels Exp $
+ * $Id: store_dir.cc,v 1.58 1998/03/30 23:00:47 wessels Exp $
  *
  * DEBUG: section 47    Store Directory Routines
  * AUTHOR: Duane Wessels
@@ -535,7 +535,13 @@ storeDirWriteCleanLogs(int reopen)
     if (store_rebuilding) {
        debug(20, 1) ("Not currently OK to rewrite swap log.\n");
        debug(20, 1) ("storeDirWriteCleanLogs: Operation aborted.\n");
+#if DONT
+       /*
+        * why did we want to close the current swap logs here?
+        * DW/1.2.beta19
+        */
        storeDirCloseSwapLogs();
+#endif
        return 0;
     }
     debug(20, 1) ("storeDirWriteCleanLogs: Starting...\n");