From: wessels <> Date: Thu, 18 Apr 1996 05:18:49 +0000 (+0000) Subject: dont unlink clash files X-Git-Tag: SQUID_3_0_PRE1~6111 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=386b3deaab58cbf0f7ef2e7296b8840cfd51d2fc;p=thirdparty%2Fsquid.git dont unlink clash files --- diff --git a/src/store.cc b/src/store.cc index 1343f8c41f..12ac8b4de5 100644 --- a/src/store.cc +++ b/src/store.cc @@ -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: --> \n", url); - if (opt_unlink_on_reload) - safeunlink(swapfile, 1); + /* don't unlink the file! just skip this log entry */ data->clashcount++; return 1; }