]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: config: make str2listener() use memprintf() to report errors.
authorWilly Tarreau <w@1wt.eu>
Thu, 20 Sep 2012 18:01:39 +0000 (20:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 24 Sep 2012 08:53:16 +0000 (10:53 +0200)
commit4fbb2285e2c4cb9c6804b43f8e746d12192b4e26
tree74b0ec47541d2caafb382cc3dd95c18e1620597d
parenteb6cead1dee890ab205453a397a38499b50fc75c
MINOR: config: make str2listener() use memprintf() to report errors.

This will make it possible to use the function for other listening
sockets.
include/common/cfgparse.h
src/cfgparse.c