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>
Tue, 17 Nov 2020 10:52:08 +0000 (11:52 +0100)
commit699d74ef1132f6eab4758bc19d804272de719133
tree8ab3e07d5b1c21f416a0ab1285b13a012085fa92
parent37b9630d0a93ff2ffc89a85a095e41db72de1c5b
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.

(cherry picked from commit eff2e0a958816ace5ea71c4e958dff647b5bf170)
Signed-off-by: Willy Tarreau <w@1wt.eu>
src/cfgparse-tcp.c