MINOR: shctx: Remove explicit 'from' param from shctx_row_data_append
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Thu, 16 Nov 2023 16:38:14 +0000 (17:38 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 16 Nov 2023 18:35:10 +0000 (19:35 +0100)
commit81d8014af851dd0d0802e106df9ba0a5772fabc0
treeae072b6db6160b40194635cec76810e0cb300211
parent610b67fd8b4f51aff8b6ce008d779b06602a5747
MINOR: shctx: Remove explicit 'from' param from shctx_row_data_append

This parameter is not necessary since the first element of a row always
has a pointer to the row's tail.
include/haproxy/shctx.h
src/cache.c
src/shctx.c
src/ssl_sock.c