commit | 1212db417b198820ab14c754dc847a46a48698a0 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Mon Oct 28 14:26:56 2019 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Mon Oct 28 14:57:37 2019 +0100 |
tree | 6108a6792d16f753257c566faf508871a8c6d5f8 | |
parent | 1a753a2ead72fbe66882289a837bda20699f2be0 [diff] |
BUG/MINOR: ssl/cli: cleanup on cli_parse_set_cert error Since commit 90b098c ("BUG/MINOR: cli: don't call the kw->io_release if kw->parse failed"), the io_release() callback is not called anymore when the parse() failed. Call it directly on the error path of the cli_parse_set_cert() function.