]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: log-format: fix return code of the function parse_logformat_var()
authorThierry FOURNIER / OZON.IO <thierry.fournier@ozon.io>
Tue, 22 Nov 2016 21:06:04 +0000 (22:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Nov 2016 17:54:25 +0000 (18:54 +0100)
commiteca4d953171ad2f2254824643a5b5394cb66f523
treeb9d43b08b0acbf283d880950559215e0c9e24efe
parenteb51e163069ecd40b52f6123135a65a44911c418
CLEANUP: log-format: fix return code of the function parse_logformat_var()

This patch replaces the successful return code from 0 to 1. The
error code is replaced from -1 to 0.

The return code of this function is actually unused, so this
patch cannot modify the behaviour.
src/log.c