From: wessels <> Date: Tue, 6 Jan 1998 07:42:12 +0000 (+0000) Subject: stew didn't really want to write clean logs from the tail just yet. X-Git-Tag: SQUID_3_0_PRE1~4247 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4889e520db9f8b46c512450fc401e157c5281e04;p=thirdparty%2Fsquid.git stew didn't really want to write clean logs from the tail just yet. --- diff --git a/src/store.cc b/src/store.cc index 5e4099fdf7..d5fccb1174 100644 --- a/src/store.cc +++ b/src/store.cc @@ -1,6 +1,6 @@ /* - * $Id: store.cc,v 1.362 1998/01/05 21:13:59 wessels Exp $ + * $Id: store.cc,v 1.363 1998/01/06 00:42:12 wessels Exp $ * * DEBUG: section 20 Storeage Manager * AUTHOR: Harvest Derived @@ -1997,7 +1997,7 @@ storeWriteCleanLogs(int reopen) outbufs[dirn] = xcalloc(Config.cacheSwap.n_configured, CLEAN_BUF_SZ); outbuflens[dirn] = 0; } - for (m = all_list.tail; m; m = m->prev) { + for (m = all_list.head; m; m = m->next) { e = m->data; if (e->swap_file_number < 0) continue;