BUILD: cache: fix build error on older compilers
authorWilly Tarreau <w@1wt.eu>
Mon, 20 Nov 2023 10:43:52 +0000 (11:43 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 20 Nov 2023 10:43:52 +0000 (11:43 +0100)
commit3e913909e767ee0491ab65325072accd0ff04032
tree007edff98dae19a1c7df7b9bcb29e893def36d14
parent445fc1fe3a0dd6a9d43790f5848d1d22b0c0dcba
BUILD: cache: fix build error on older compilers

pre-c99 compilers will fail to build the cache since commit 48f81ec09
("MAJOR: cache: Delay cache entry delete in reserve_hot function") due
to an int declaration in the for loop. No backport is needed.
src/cache.c