commit | 428d8e32f4f4598b59017d387e8d17fdf114705f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jul 17 11:51:35 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jul 19 13:50:09 2019 +0200 |
tree | ef5ee303d0e5da4e7620763d56f8e35173fc61b8 | |
parent | 83b5890b4724bf297e414fb7258a5ed8f9bcc4e4 [diff] |
MINOR: lua: use conn_get_{src,dst} to retrieve connection addresses This replaces the previous conn_get_{from,to}_addr() and reuses the existing error checks.