commit | ae5187721f93ab03049dba2442e119a44ce760f2 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Tue Mar 21 10:26:20 2023 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Fri Mar 31 09:08:28 2023 +0200 |
tree | a832fdbe70cb9554882cac47d124285b57f1fc4b | |
parent | 7e64d8720e423c7cd7e97217e8269ab89d30ce45 [diff] |
BUG/MINOR: ssl: Remove dead code in cli_parse_update_ocsp_response This patch removes dead code from the cli_parse_update_ocsp_response function. The 'end' label in only used in case of error so the check of the 'errcode' variable and the errcode variable itself become useless. This patch does not need to be backported. It fixes GitHub issue #2077.