]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
stew didn't really want to write clean logs from the tail just yet.
authorwessels <>
Tue, 6 Jan 1998 07:42:12 +0000 (07:42 +0000)
committerwessels <>
Tue, 6 Jan 1998 07:42:12 +0000 (07:42 +0000)
src/store.cc

index 5e4099fdf711e2bb7fb0a18eb7cdd3118bf2ea33..d5fccb1174a7f9a7fc44a4dec56c8e729c354919 100644 (file)
@@ -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;