]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: peers: Remove useless test on peer variable in peer_trace()
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 15 Nov 2021 08:40:57 +0000 (09:40 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 15 Nov 2021 08:41:00 +0000 (09:41 +0100)
commitd9e6b3570140ca0cb4f8e1804ae36b490f2dbfaf
tree5d93d935c959844996bfb68b710fcd8e7e79a27f
parentb7c962b0c070a0c6ad35eaed332869a36cb931cf
CLEANUP: peers: Remove useless test on peer variable in peer_trace()

A useless test on peer variable was reported by cppcheck in peer_trace().

This patch should fix the issue #1165.
src/peers.c