commit | 5897cfe18e3fcead96255a1a62ef706b67adcf2c | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Mon Jan 18 13:41:18 2021 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Mon Jan 18 15:01:46 2021 +0100 |
tree | 451b5ff42098a4cbc21817542704d193ad6ca77a | |
parent | 1d66e396bf6aeb20635b4527feb03c835673ce80 [diff] |
CLEANUP: cache: Use proper data types in secondary_key_cmp() - hash_length is `unsigned int` and so should offset. - idx is compared to a `size_t` and thus it should also be.