CLEANUP: ssl: Remove useless loop in tlskeys_list_get_next()
authorTim Duesterhus <tim@bastelstu.be>
Sun, 3 Jan 2021 00:29:55 +0000 (01:29 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 9 Dec 2021 13:01:21 +0000 (14:01 +0100)
commitabf8e14bb270e9ff7100bd21c7953c6ac9ff9d98
tree2094bc8d1e151a63e0a261aeb31fc0b9c89f6bd0
parent54ee4a87fa044391d22a79326790335bf8cc55f9
CLEANUP: ssl: Remove useless loop in tlskeys_list_get_next()

This loop was always exited in the first iteration by `return`.

(cherry picked from commit 2c7bb33144d1cb89962f592062c9450870b662af)
Signed-off-by: William Lallemand <wlallemand@haproxy.org>
src/ssl_sock.c