]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: server: take the destination port from the port field, not the addr
authorWilly Tarreau <w@1wt.eu>
Fri, 6 Jan 2017 17:36:06 +0000 (18:36 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 Jan 2017 18:29:34 +0000 (19:29 +0100)
commit6ecb10aec7c12ddf8bf1813ec983bd6f2ed4c2df
tree08ec08551cffc709c765f201e95f4ac179935690
parent48ef4c95b6b68c44f1d9bd72552a8644ec94b1b6
MINOR: server: take the destination port from the port field, not the addr

Next patch will cause the port to disappear from the address field when servers
do not resolve so we need to take it from the separate field provided by
str2sa_range().
src/server.c