]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tools: make str2sa_range() return the port in a separate argument
authorWilly Tarreau <w@1wt.eu>
Fri, 6 Jan 2017 17:32:38 +0000 (18:32 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 Jan 2017 18:29:34 +0000 (19:29 +0100)
commit48ef4c95b6b68c44f1d9bd72552a8644ec94b1b6
tree900de9548692d0b3271dfdf407909a1ba879f1b3
parent04276f3d6e146794edcb15fd599cade29b924129
MINOR: tools: make str2sa_range() return the port in a separate argument

This will be needed so that we're don't have to extract it from the
returned address where it will not always be anymore (eg: for unresolved
servers).
include/common/standard.h
src/cfgparse.c
src/hlua.c
src/server.c
src/standard.c