CLEANUP: ssl: remove dead code in ckch_inst_new_load_srv_store()
authorWilliam Lallemand <wlallemand@haproxy.org>
Wed, 27 Jan 2021 13:42:40 +0000 (14:42 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 27 Jan 2021 13:44:59 +0000 (14:44 +0100)
commitb8868498edd1e005414fb44d6cf91e44b45ca191
tree3b6f6ade9a3519c13183b659d1630b5947a26f16
parent3888b8cd7bd3d90ad60b413b0a1983ab4f56abdc
CLEANUP: ssl: remove dead code in ckch_inst_new_load_srv_store()

The new ckch_inst_new_load_srv_store() function which mimics the
ckch_inst_new_load_store() function includes some dead code which was
used only in the former function.

Fix issue #1081.
src/ssl_sock.c