From eef14e95740979d523dea9180705b5ceca72b686 Mon Sep 17 00:00:00 2001 From: Valentine Krasnobaeva Date: Fri, 15 Mar 2024 16:11:25 +0100 Subject: [PATCH] CLEANUP: global: remove LSTCHK_CAP_BIND Remove LSTCHK_CAP_BIND as it is never set and never checked. --- include/haproxy/global-t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/haproxy/global-t.h b/include/haproxy/global-t.h index b6d8c0723..92d2c6bc1 100644 --- a/include/haproxy/global-t.h +++ b/include/haproxy/global-t.h @@ -46,7 +46,7 @@ #define MODE_DUMP_NB_L 0x10000 /* dump line numbers when the configuration file is dump */ /* list of last checks to perform, depending on config options */ -#define LSTCHK_CAP_BIND 0x00000001 /* check that we can bind to any port */ +/* unused: 0x00000001 */ #define LSTCHK_NETADM 0x00000002 /* check that we have CAP_NET_ADMIN */ /* Global tuning options */