commit | 7bbc4a511fdf19f0f6dea700278a3f3df89756c1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jul 17 15:41:35 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jul 19 13:50:09 2019 +0200 |
tree | 3824a9356d8f05d68d4d826d1a1b281a6d586830 | |
parent | 4d3c60ad8d25f572b5ebf0bd0f926def35e1c7b5 [diff] |
MINOR: tcp: replace conn->addr.{from,to} with conn->{src,dst} Most of the locations were already safe, only two places needed to have one extra check to avoid assuming that cli_conn->src is necessarily set (it is in practice but let's stay safe).