]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: initialize all list in ckch_inst_new()
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 9 Apr 2020 14:25:10 +0000 (16:25 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 9 Apr 2020 14:46:50 +0000 (16:46 +0200)
commit9cef2e2c06e1b1cd5df59cbb94b3438850e4097e
treeb40c72711594971dc92fdcd410358a6d8e0c892e
parentb7296c42bde292ffd253c358bf5df676cccd122c
MINOR: ssl: initialize all list in ckch_inst_new()

The ckch_inst_new() function is not up to date with the latest
list added into the structure. Update the list of structure to
initialize.
src/ssl_sock.c