commit | 1903acdf3ad70228b7760505c666b754bf86db47 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Dec 01 21:46:24 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Dec 01 21:46:24 2013 +0100 |
tree | f094ba9579e487f032d00e10dc6adff7b5d8af12 | |
parent | 830bf618154e6dcf946d53d6806ad191ab5f9c44 [diff] |
BUG/MINOR: backend: fix target address retrieval in transparent mode A very old bug resulting from some code refactoring causes assign_server_address() to refrain from retrieving the destination address from the client-side connection when transparent mode is enabled and we're connecting to a server which has address 0.0.0.0. The impact is low since such configurations are unlikely to ever be encountered. The fix should be backported to older branches.