Binary files squid-1.0.beta14/core and squid-1.0.beta14.henrik/core differ diff -N -u -r -X exclude_files squid-1.0.beta14/src/store.c squid-1.0.beta14.henrik/src/store.c --- squid-1.0.beta14/src/store.c Fri Jun 7 18:01:10 1996 +++ squid-1.0.beta14.henrik/src/store.c Sat Jun 8 14:02:30 1996 @@ -1462,6 +1462,8 @@ if (stat(swaplog_file, &sb) >= 0) store_rebuilding = (sb.st_mtime <= last_clean) ? STORE_REBUILDING_FAST : STORE_REBUILDING_SLOW; + /* Remove timestamp in case we crashes during rebuild */ + safeunlink(tmp_filename,0); } /* close the existing write-only swaplog, and open a temporary * write-only swaplog */