commit | ccea35c9800756f867aff8ec2752fa75480ac345 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Jan 29 15:17:05 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jan 29 15:18:54 2018 +0100 |
tree | 1c78602aadf7f9162af27a7e82e9cc937bb7b67b | |
parent | a41d531e4e8d80948b503f4b310259abbaf7aa5f [diff] |
BUG/MINOR: cli: use global.maxsock and not maxfd to list all FDs The "show fd" command on the CLI doesn't list the last FD in use since it doesn't include maxfd. We don't need to use maxfd here anyway as global.maxsock will do the job pretty well and removes this dependency. This patch may be backported to 1.8.