Index: src/store_swapout.c =================================================================== RCS file: /server/cvs-server/squid/squid/src/store_swapout.c,v retrieving revision 1.62 retrieving revision 1.63 diff -c -r1.62 -r1.63 *** src/store_swapout.c 2000/03/06 16:23:35 1.62 --- src/store_swapout.c 2000/03/06 16:24:56 1.63 *************** *** 245,251 **** if (errno == EPERM) storeDirMapBitSet(bad); if (errflag == DISK_NO_SPACE_LEFT) { ! storeDirDiskFull(e->swap_file_number); storeDirConfigure(); storeConfigure(); } --- 245,251 ---- if (errno == EPERM) storeDirMapBitSet(bad); if (errflag == DISK_NO_SPACE_LEFT) { ! storeDirDiskFull(bad); storeDirConfigure(); storeConfigure(); }