commit | 804f11fdf8ae3d55a1dd39599e6ae12000a42f46 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Sep 16 10:43:38 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 16 22:08:08 2020 +0200 |
tree | 3dc67099e36e5537a91df8470d1d66b409e52014 | |
parent | 6edc7220937250a7a2d86bc420b879f80065f518 [diff] |
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().