BUILD: peers: fix build warning about unused variable
authorWilly Tarreau <w@1wt.eu>
Fri, 15 Jan 2021 16:08:38 +0000 (17:08 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 26 Jan 2021 09:08:12 +0000 (10:08 +0100)
commit9d3abc891ed419bd1247fc939c8b2a2977d3d126
treec66da7e5d70988c1bb55d2436d7b5a78063af905
parent155bc68ead3004b2bf618b28dfea621909af2217
BUILD: peers: fix build warning about unused variable

Previous commit da2b0844f ("MINOR: peers: Add traces for peer control
messages.") introduced a build warning on some compiler versions after
the removal of variable "peers" in peer_send_msgs() because variable
"s" was used only to assign this one, and variable "si" to assign "s".
Let's remove both to fix the warning. No backport is needed.

(cherry picked from commit 81d7092dbd25db04cc72d2dca77647d548342256)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
src/peers.c