mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-08 18:36:18 -04:00
CLEANUP: ssl: Remove goto after return dead code
This code can never be reached.
This commit is contained in:
parent
5424ee08de
commit
5a8fc2d45f
1 changed files with 0 additions and 3 deletions
|
|
@ -181,9 +181,6 @@ smp_fetch_req_ssl_st_ext(const struct arg *args, struct sample *smp, const char
|
|||
smp->flags = SMP_F_VOLATILE;
|
||||
return 1;
|
||||
|
||||
/* server name not found */
|
||||
goto not_ssl_hello;
|
||||
|
||||
too_short:
|
||||
smp->flags = SMP_F_MAY_CHANGE;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue