]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tools: prepare str2sa_range() to return an error message
authorWilly Tarreau <w@1wt.eu>
Fri, 1 Mar 2013 19:22:54 +0000 (20:22 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 8 Mar 2013 13:04:53 +0000 (14:04 +0100)
commitdf350f1f48ebdc073129f4851a05c51b7a1b2e8e
treedbdc723ca1a8c117688372bb5e4a08480fa83c33
parent3a26918170a6c3f237072d5bab8b0f6c8bbdffcd
MINOR: tools: prepare str2sa_range() to return an error message

We'll need str2sa_range() to return address parsing errors if we want to
extend its functionalities. Let's do that now eventhough it's not used
yet.
include/common/standard.h
src/cfgparse.c
src/standard.c