commit | c0e16f208dea08504eb55d251a9b88d77e004ed3 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jul 17 18:16:30 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jul 19 13:50:09 2019 +0200 |
tree | 926d873c99772e8ac8b27e3a272d16c9c880700f | |
parent | 9a1efe1e15f527988fab2e19e3a1eb5515333252 [diff] |
MEDIUM: backend: turn all conn->addr.{from,to} to conn->{src,dst} All reads were carefully reviewed for only reading already checked values. Assignments were commented indicating that an allocation will be needed once they become dynamic. The memset() used to clear the addresses should then be turned to a free() and a NULL assignment.