]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cfgparse: warn when gid parameter is not a number
authorBaptiste Assmann <bedis9@gmail.com>
Fri, 11 Mar 2016 16:21:15 +0000 (17:21 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 13 Mar 2016 06:46:31 +0000 (07:46 +0100)
commit776e518caf10cc76a19278f67800082cfe058723
treecd51a55df7aa633d9e3519fea004ce905c700196
parent79fee6aa7accf588b52c10155748f1d6de9d72ac
MINOR: cfgparse: warn when gid parameter is not a number

Currently, no warning are emitted when the gid is not a number.
Purpose of this warning is to let admins know they their configuration
won't be applied as expected.
src/cfgparse.c