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)
committerWilly Tarreau <w@1wt.eu>
Tue, 5 Jan 2021 09:24:36 +0000 (10:24 +0100)
commit2c7bb33144d1cb89962f592062c9450870b662af
tree2c41683280d550b3882d59a1d8ef0c38ad78bb62
parent242fb1b639a98eb4e76be3e7f44a47d9f3f02092
CLEANUP: ssl: Remove useless loop in tlskeys_list_get_next()

This loop was always exited in the first iteration by `return`.
src/ssl_sock.c