commit | 52b28d2f30eb47529d12150697a0ad9c6189f9f1 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 27 11:58:05 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 27 12:00:15 2021 +0200 |
tree | 2b4ac9c39e506c7389f9beb8dc8cdd9ef5fa8d59 | |
parent | 16f16afb31367b948bbab9ae1f5f99ad6c6e7f3a [diff] |
BUILD: log: Fix compilation without SSL support When compiled without SSL support, a variable is reported as not used by GCC. src/log.c: In function ‘sess_build_logline’: src/log.c:2056:36: error: unused variable ‘conn’ [-Werror=unused-variable] 2056 | struct connection *conn; | ^~~~ This does not need to be backported.