]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: ssl: remove check on srv->proxy
authorWilliam Lallemand <wlallemand@haproxy.org>
Wed, 14 Dec 2022 09:34:36 +0000 (10:34 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 14 Dec 2022 09:36:31 +0000 (10:36 +0100)
commit04007cb08d38b0761b54b533555270492be44bdd
tree7914ba9e8e2b2b3058a4aa0f86f3b0f5697b437b
parent02cf4ecb5a7e8d5f187451ec1daa7156045ee965
CLEANUP: ssl: remove check on srv->proxy

Remove a useless check on srv->proxy which triggers coverity.

Should fix issue #1965.
src/ssl_sock.c