]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tools: prepare str2sa_range() to accept a prefix
authorWilly Tarreau <w@1wt.eu>
Mon, 4 Mar 2013 17:22:00 +0000 (18:22 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 8 Mar 2013 13:04:54 +0000 (14:04 +0100)
commitd393a628bb999cd0bdfdf27dca3d921cfe2b3d28
tree22129506ad146a6393c6cb16e86b550b1ab48576
parent8f46ccad27c22864d0b8cf0165c3ca40b032265d
MINOR: tools: prepare str2sa_range() to accept a prefix

We'll need str2sa_range() to support a prefix for unix sockets. Since
we don't always want to use it (eg: stats socket), let's not take it
unconditionally from global but let the caller pass it.
include/common/standard.h
src/cfgparse.c
src/standard.c