CLEANUP: protocol: remove the now unused <handler> field of proto_fam->bind()
authorWilly Tarreau <w@1wt.eu>
Thu, 15 Oct 2020 19:45:15 +0000 (21:45 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 15 Oct 2020 19:47:56 +0000 (21:47 +0200)
commit233ad288cd4b855ba5fd08342433a0f5d20e625d
treef3a146e2badac663370ee1a273359ec3fdb9e5df
parenta74cb38e7cdac7b032ca3b91fb6c7aee1d41680f
CLEANUP: protocol: remove the now unused <handler> field of proto_fam->bind()

We don't need to specify the handler anymore since it's set in the
receiver. Let's remove this argument from the function and clean up
the remains of code that were still setting it.
include/haproxy/proto_sockpair.h
include/haproxy/protocol-t.h
include/haproxy/sock_inet.h
include/haproxy/sock_unix.h
src/proto_sockpair.c
src/protocol.c
src/sock_inet.c
src/sock_unix.c