CLEANUP: cfgparse: remove duplicate registration for transparent build options
authorJerome Magnin <jerome@layaute.net>
Wed, 30 Sep 2020 16:05:38 +0000 (18:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 5 Nov 2020 18:27:16 +0000 (19:27 +0100)
commiteff2e0a958816ace5ea71c4e958dff647b5bf170
tree6cd60b5ebf443b20e56322364c7560fd544a2414
parent38d41996c12c160f9bcbb17b539554d3dc91b978
CLEANUP: cfgparse: remove duplicate registration for transparent build options

Since commit 37bafdcbb ("MINOR: sock_inet: move the IPv4/v6 transparent mode code
to sock_inet"), build options for transparent proxying are registered twice.
This patch removes the older one.
src/cfgparse-tcp.c