]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
dont unlink clash files
authorwessels <>
Thu, 18 Apr 1996 05:18:49 +0000 (05:18 +0000)
committerwessels <>
Thu, 18 Apr 1996 05:18:49 +0000 (05:18 +0000)
src/store.cc

index 1343f8c41ff56a54a627a07071801d12c08d137d..12ac8b4de5d555d05fcb22a2a55181ec3288d731 100644 (file)
@@ -1,6 +1,6 @@
 
-/* $Id: store.cc,v 1.60 1996/04/17 21:03:15 wessels Exp $ */
-#ident "$Id: store.cc,v 1.60 1996/04/17 21:03:15 wessels Exp $"
+/* $Id: store.cc,v 1.61 1996/04/17 23:18:49 wessels Exp $ */
+#ident "$Id: store.cc,v 1.61 1996/04/17 23:18:49 wessels Exp $"
 
 /*
  * DEBUG: Section 20          store
@@ -1338,8 +1338,7 @@ static int storeDoRebuildFromDisk(data)
            data->linecount,
            sfileno);
        debug(20, 3, "storeRebuildFromDisk: --> <URL:%s>\n", url);
-       if (opt_unlink_on_reload)
-           safeunlink(swapfile, 1);
+       /* don't unlink the file!  just skip this log entry */
        data->clashcount++;
        return 1;
     }