commit | 9b7587a6afe493640aaecfc2ee6fe1149b997baf | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Oct 15 07:32:10 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 15 21:47:56 2020 +0200 |
tree | 073c4240adc2fb76c603a0bef76c0145a2fb417c | |
parent | 0138f51f933d8268677f4ea09adb971b83a45e7d [diff] |
MINOR: connection: make sockaddr_alloc() take the address to be copied Roughly half of the calls to sockadr_alloc() are made to copy an already known address. Let's optionally pass it in argument so that the function can handle the copy at the same time, this slightly simplifies its usage.