]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: protocol: remove the ->enable_all method
authorWilly Tarreau <w@1wt.eu>
Fri, 25 Sep 2020 14:45:12 +0000 (16:45 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 9 Oct 2020 09:27:30 +0000 (11:27 +0200)
commit078e1c71020ed15437298787e1f2ad41b027d8b3
tree5ecb7c5d8e69a7a5b52fdd2809a6f12db5899364
parent5b95ae6b323c40331e668117a5dbd4a0428d7b8e
CLEANUP: protocol: remove the ->enable_all method

It's not used anymore, now the listeners are enabled from
protocol_enable_all().
include/haproxy/protocol-t.h
src/proto_sockpair.c
src/proto_tcp.c
src/proto_udp.c
src/proto_uxst.c