]> git.kaiwu.me - haproxy.git/commit
CLEANUP: check; Remove some useless assignments to NULL
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 17 May 2023 07:25:32 +0000 (09:25 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 17 May 2023 07:28:23 +0000 (09:28 +0200)
commitcb76030356b5da5a5a5b253a5d7c9742266071d5
tree9a78872021348d843f383bead0b9840d8124d82b
parent0d2f1acee61ee34aaf2583c40b1349d3f7b88a13
CLEANUP: check; Remove some useless assignments to NULL

In process_chk_conn(), some assignments to NULL are useless and are reported
by Coverity as unused value. while it is harmless, these assignments can be
removed.

This patch should fix the coverity report #2158.
src/check.c