]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: config: use a single str2sa_range() call to parse bind addresses
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Mar 2013 14:45:03 +0000 (15:45 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 8 Mar 2013 13:04:54 +0000 (14:04 +0100)
commit12eb2a6a97811c045b914ec031b4ca15cc0a9dc2
treed9ed7f4dd71859c080228792c494056327aebf61
parentb44dc2f38849e6bb67a088da22413492cb2735a1
MEDIUM: config: use a single str2sa_range() call to parse bind addresses

str2listener() now doesn't check the address syntax, it only relies on
str2sa_range() to retrieve the address and family.
src/cfgparse.c