CLEANUP: config: Return ERR_NONE from config callbacks instead of 0
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 6 Nov 2020 14:24:23 +0000 (15:24 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 13 Nov 2020 15:26:10 +0000 (16:26 +0100)
commitfc633b6effb750d112fe85f898bdac2aec7c0512
tree9db9157e593c959bbf1ff928124f146b076458a0
parent5214099233d99b8288fb392dfe911bc9ea86e9af
CLEANUP: config: Return ERR_NONE from config callbacks instead of 0

Return ERR_NONE instead of 0 on success for all config callbacks that should
return ERR_* codes. There is no change because ERR_NONE is a macro equals to
0. But this makes the return value more explicit.
12 files changed:
src/51d.c
src/cache.c
src/check.c
src/da.c
src/debug.c
src/filters.c
src/http_htx.c
src/sink.c
src/ssl_sock.c
src/tcpcheck.c
src/wdt.c
src/wurfl.c