Index: store_clean.c =================================================================== RCS file: /surf1/CVS/squid/src/store_clean.c,v retrieving revision 1.3 diff -w -u -r1.3 store_clean.c --- store_clean.c 1996/08/15 02:57:27 1.3 +++ store_clean.c 1996/08/15 05:45:30 @@ -84,11 +84,12 @@ if (de == NULL) { closedir(dp); dp = NULL; - if (++l2_dirno == SWAP_DIRECTORIES_L2) { + l2_dirno++; + if (l2_dirno == SWAP_DIRECTORIES_L2) { l2_dirno = 0; l1_dirno++; } - if (++l1_dirno == SWAP_DIRECTORIES_L1) { + if (l1_dirno == SWAP_DIRECTORIES_L1) { l1_dirno = 0; dirno++; }