commit | b61caf406120ac3e978e571dd24afb8e79cc25dc | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 21 10:57:42 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 27 10:46:28 2020 +0200 |
tree | c0c69ab15cc33dfd56ce316953156e62b0597793 | |
parent | 0417975bdc95ebbd85980f1a066cf7d803fb358a [diff] |
MINOR: checks: Use ist API as far as possible Instead of accessing directly to the ist fields, the ist API is used instead. To get its length or its pointer, to release it or to duplicate it. It is more readable this way.