]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: config: use str2sa_range() to parse log addresses
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Mar 2013 14:02:49 +0000 (15:02 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 8 Mar 2013 13:04:54 +0000 (14:04 +0100)
commit9b435bcdfecb94f8ae932fde6ed785cfe0239b02
tree440026215b2a4e5e17192bb94c558e1914d3dddf
parent12eb2a6a97811c045b914ec031b4ca15cc0a9dc2
MEDIUM: config: use str2sa_range() to parse log addresses

str2sa_range() is now used to parse log addresses, both INET and
UNIX. str2sun() is not used anymore.
src/cfgparse.c