]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: minor cleanup in str2sa_range() and str2ip()
authorWilly Tarreau <w@1wt.eu>
Sun, 10 Mar 2013 18:27:44 +0000 (19:27 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 10 Mar 2013 20:36:31 +0000 (21:36 +0100)
commitc120c8d3478c146091ae531fe449e937449f175f
tree0fb5a66c3afd7ad01c34ded25e958be03323e814
parent2de5dae80ecfac4bcca9e008ec047141f6d97fba
CLEANUP: minor cleanup in str2sa_range() and str2ip()

Don't use a statically allocated address both for str2ip and str2sa_range,
use the same. The inet and unix code paths have been splitted a little
better to improve readability.
include/common/standard.h
src/standard.c