commit | cb8b281c022912820898ae9ebaea868cf1a07d58 | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Sun Jan 03 01:29:56 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jan 05 10:25:20 2021 +0100 |
tree | f0e06a2801c7e212d4aec781ef50b3c7f4c7fa0b | |
parent | 2c7bb33144d1cb89962f592062c9450870b662af [diff] |
CLEANUP: ssl: Remove useless local variable in tlskeys_list_get_next() `getnext` was only used to fill `ref` at the beginning of the function. Both have the same type. Replace the parameter name by `ref` to remove the useless local variable.