MINOR: listener: move the INHERITED flag down to the receiver
authorWilly Tarreau <w@1wt.eu>
Tue, 1 Sep 2020 13:41:59 +0000 (15:41 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 16 Sep 2020 20:08:07 +0000 (22:08 +0200)
commit43046fa4f4d467f77fd557ad7c73b8e8f5c352d4
tree57b05378a7c8d73422ce7dc671b8b25a59b4b4e7
parent0b9150155e499a781ea76c24b9b9a70703b87186
MINOR: listener: move the INHERITED flag down to the receiver

It's the receiver's FD that's inherited from the parent process, not
the listener's so the flag must move to the receiver so that appropriate
actions can be taken.
include/haproxy/listener-t.h
include/haproxy/receiver-t.h
src/cli.c
src/listener.c
src/mworker.c
src/proto_tcp.c
src/proto_uxst.c
src/proxy.c