]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mworker/cli: replace close() by fd_delete()
authorWilliam Lallemand <wlallemand@haproxy.org>
Fri, 23 Sep 2022 08:21:32 +0000 (10:21 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 23 Sep 2022 08:28:56 +0000 (10:28 +0200)
commit479cb3ed3a26fa46d1013bbc392435a554e22808
tree340517fff9ef1a53e9728364b1c35c89a7617e4d
parentb12d169ea37b0c1740cf5874f870889e3356a91b
MINOR: mworker/cli: replace close() by fd_delete()

Replace the close() call in cli_parse_reload() by a fd_delete() since
the FD is one present in the fdtab.
src/mworker.c