]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: config: do not test an inherited socket again
authorWilly Tarreau <w@1wt.eu>
Wed, 16 Sep 2020 08:43:38 +0000 (10:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 16 Sep 2020 20:08:08 +0000 (22:08 +0200)
commit804f11fdf8ae3d55a1dd39599e6ae12000a42f46
tree3dc67099e36e5537a91df8470d1d66b409e52014
parent6edc7220937250a7a2d86bc420b879f80065f518
MINOR: config: do not test an inherited socket again

Since previous patch we know that a successfully bound fd@XXX socket
is returned as its own protocol family from str2sa_range() and not as
AF_CUST_EXISTING_FD anymore o we don't need to check for that case
in str2listener().
src/cfgparse.c