]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: log-format: fix return code of function parse_logformat_var_args()
authorThierry FOURNIER / OZON.IO <thierry.fournier@ozon.io>
Tue, 22 Nov 2016 22:13:04 +0000 (23:13 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Nov 2016 17:54:26 +0000 (18:54 +0100)
commitbca46f0d9df6def5f4cf81d83d8fd9fe522696ee
treef126bd3342518cf8a93c0a4b194259cd058f2d0f
parenteca4d953171ad2f2254824643a5b5394cb66f523
CLEANUP: log-format: fix return code of function parse_logformat_var_args()

This patch replace 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