aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2014-09-10 18:29:59 +0000
committercorvid <devnull@localhost>2014-09-10 18:29:59 +0000
commitd4325a022b2dbd3c453e44f2f8d4e5dc39c03cd7 (patch)
tree877f6563665883389e01492cea63231a4490b582 /src
parent4142db137555c96b0898110471dd4af67f09b93d (diff)
cache abort: don't skip clients
Diffstat (limited to 'src')
-rw-r--r--src/cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cache.c b/src/cache.c
index 78096af7..1100b718 100644
--- a/src/cache.c
+++ b/src/cache.c
@@ -983,6 +983,7 @@ bool_t a_Cache_process_dbuf(int Op, const char *buf, size_t buf_size,
a_Bw_remove_client(web->bw, Client->Key);
Cache_client_dequeue(Client);
+ --i; /* Keep the index value in the next iteration */
}
}
}