commit | b3c81cbbbf7257d3281f921de628baed4eea1d2e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jul 17 16:54:52 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jul 19 13:50:09 2019 +0200 |
tree | 5d1547021ec58622dc031afbe5317098b6a2930c | |
parent | 6c6365f455115a709d4b6591aa47b0f6f314a040 [diff] |
MINOR: checks: replace conn->addr.to with conn->dst Two places will require a dynamic address allocation since the connection is created from scratch. For the source address it looks like the clear_addr() call will simply have to be removed as the pointer will already be NULL.