commit | 888d5678f7829e0685d0f692cdb159e655ac0e25 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jan 27 18:34:12 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jan 27 21:48:29 2019 +0100 |
tree | 633054945ffde202a02e87b16323e5f271e19d5d | |
parent | 1f672a8162eda18c404c6784dd749b6e061e2e4d [diff] |
BUG/MINOR: listener: always fill the source address for accepted socketpairs The source address was not set but passed down the chain to the upper layer's accept() calls. Let's initialize it like other UNIX sockets in this case. At the moment it should not have any impact since socketpairs are only usable for the master CLI. This should be backported to 1.9.