]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: server: Fix server_finalize_init() to avoid unused variable
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Apr 2020 09:17:10 +0000 (11:17 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Apr 2020 09:17:12 +0000 (11:17 +0200)
commitb3b53524addbea79f5928b0bd5c58fd201a3e828
treec69d70dcf6ae371bc240efa15af158c03a73b2b8
parentf97f846413bb6e3093e03fb9dd7fdaa4699a9dff
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.
src/server.c