MINOR: shctx: Remove redundant arg from free_block callback
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Thu, 16 Nov 2023 16:38:26 +0000 (17:38 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 16 Nov 2023 18:35:10 +0000 (19:35 +0100)
commit4fe6c1365d66a6ce0d8e4cd6b5a8790ffbe751c7
tree08fb205c5c9431bd05294044b5d7bb02af6bb0e4
parent48f81ec09de908bc3ae591a653798efe45f62912
MINOR: shctx: Remove redundant arg from free_block callback

The free_block callback does not get called on blocks that are not row
heads anymore so we don't need too shared_block parameters.
include/haproxy/shctx-t.h
src/cache.c
src/shctx.c
src/ssl_sock.c