]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: pools: fix build with DEBUG_FAIL_ALLOC
authorWilly Tarreau <w@1wt.eu>
Mon, 19 Apr 2021 16:36:48 +0000 (18:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 19 Apr 2021 16:36:48 +0000 (18:36 +0200)
commit942b89f7dc9a6fcd2deedef078aba67609d12e54
tree5044ec78e20da08d7c1d58d69044ddff68001d6b
parent096b6cf58155d93ec5fd556d3c4b6911dbffed92
BUILD: pools: fix build with DEBUG_FAIL_ALLOC

Amaury noticed that I managed to break the build of DEBUG_FAIL_ALLOC
for the second time with 207c09509 ("MINOR: pools: move the fault
injector to __pool_alloc()"). The joy of endlessly reworking patch
sets... No backport is needed, that was in the just merged cleanup
series.
include/haproxy/pool.h
src/pool.c