commit | b3b53524addbea79f5928b0bd5c58fd201a3e828 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 27 11:17:10 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 27 11:17:12 2020 +0200 |
tree | c69d70dcf6ae371bc240efa15af158c03a73b2b8 | |
parent | f97f846413bb6e3093e03fb9dd7fdaa4699a9dff [diff] |
BUG/MINOR: server: Fix server_finalize_init() to avoid unused variable The variable 'ret' must only be declared When HAProxy is compiled with the SSL support (more precisely SSL_CTRL_SET_TLSEXT_HOSTNAME must be defined). No backport needed.