diff options
-rw-r--r-- | src/cache.c | 1 |
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 */ } } } |