mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-05 18:13:22 +02:00
CLEANUP: global: remove LSTCHK_CAP_BIND
Remove LSTCHK_CAP_BIND as it is never set and never checked.
This commit is contained in:
committed by
Willy Tarreau
parent
f0b6436f57
commit
eef14e9574
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user