CLEANUP: mworker/cli: use a label to return errors
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 28 Nov 2023 16:28:07 +0000 (17:28 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 28 Nov 2023 18:12:32 +0000 (19:12 +0100)
commitdd38c3777798917d5d1b04723382bae18c71cc01
treeb783174e93a6c4c6c5a144e887a4faba1ce58f08
parente3557c7d45ba6805b39e716200f90a4c270d3f95
CLEANUP: mworker/cli: use a label to return errors

Remove the returns in the function to end directly at the end label.
src/cli.c