]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: connection: drop an uneeded leftover cast
authorWilly Tarreau <w@1wt.eu>
Thu, 12 Oct 2023 12:14:20 +0000 (14:14 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 12 Oct 2023 12:16:59 +0000 (14:16 +0200)
commit704f090b059099a1f5f8ccefb39715439e65d44d
tree6395248d01ce14f513a34ec6d36af9039772277c
parentdc750817c525be4aa9bf0126e65bcf14f327212a
CLEANUP: connection: drop an uneeded leftover cast

In conn_delete_from_tree() there remains a cast of the toremove_list
to struct list while the introduction of the union precisely was to
avoid this cast. It's a leftover from the first version of patch
5afcb686b ("MAJOR: connection: purge idle conn by last usage") merged
into in 2.9-dev4, let's fix that.

No backport is needed.
src/connection.c