commit | 99163b75ec5ab831386141b64510b041fa023579 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Oct 22 15:32:48 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 27 11:34:21 2021 +0200 |
tree | c953521d2edb34b8b88af0fbb39e26abcb598f71 | |
parent | 4bfce397b80234a129862197daf1e7ed5de11c16 [diff] |
CLEANUP: tools: Use const address for get_net_port() and get_host_port() These functions only extract the port from an address. There is no reason to not use a const address.