]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: peers: remove unused sock_init_arg struct member
authorAurelien DARRAGON <adarragon@haproxy.com>
Fri, 1 Dec 2023 08:46:22 +0000 (09:46 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 21 Dec 2023 13:22:27 +0000 (14:22 +0100)
commit334caefaaaaba5ae0efec9fcd69e8b96f3c9ee27
treef20be33b7f1d6e8fa51a2f209beeda71c71c7a4c
parent7293eb68ffee4e9e6fbdd857b7023a7f1b683ba0
CLEANUP: peers: remove unused sock_init_arg struct member

Since be0688c6 ("MEDIUM: stream_interface: remove the si->init"),
sock_init_arg is completely useless (set but never used later), thus
we remove it.
include/haproxy/peers-t.h
src/cfgparse.c