]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: Remove useless checks on bind_conf or bind_conf->is_ssl
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 15 Sep 2017 07:52:49 +0000 (09:52 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 15 Sep 2017 16:42:23 +0000 (18:42 +0200)
commitf8bb0ce4509460d07fcf554fec1db9576ab0bc82
tree37a71c0628f34b9eac1eb5dd7ee5dea9841ef2e8
parent3bbd65b23eba214abf07d5728fe74909fc5d286d
MINOR: ssl: Remove useless checks on bind_conf or bind_conf->is_ssl

bind_conf always exists at these steps and it is always for SSL listeners.
src/ssl_sock.c