]> git.kaiwu.me - haproxy.git/commit
MINOR: log-format: check number of arguments in cfgparse.c
authorWilliam Lallemand <wlallemand@exceliance.fr>
Sun, 11 Nov 2012 16:30:56 +0000 (17:30 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 11 Nov 2012 16:45:39 +0000 (17:45 +0100)
commit3203ff4617d1180a4899f9b6458e3e66c298f6df
tree6b5772dbdbc02e4d4e76bc34b880e4b280f803f1
parent316a8cfbc91ef78b01d1bef2df186b8c11128dfb
MINOR: log-format: check number of arguments in cfgparse.c

Exit with error if there is a second argument in the 'log-format' and
'unique-id-format' options. It is convenient when we forgot to escape
spaces.
src/cfgparse.c