]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stick-tables: use read_u32() to display a node's key
authorWilly Tarreau <w@1wt.eu>
Tue, 25 Feb 2020 08:41:22 +0000 (09:41 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 25 Feb 2020 08:41:22 +0000 (09:41 +0100)
commit6cde5d883c03955efd65acfb5b718bd8a63e4c89
treee9c05f224031e89ec2eb24cc22fc07528f89717a
parent8b5075806d551a7a20693b5edb76a6e8d2fe1816
CLEANUP: stick-tables: use read_u32() to display a node's key

This fixes another aliasing issue that pops up in stick_table.c
and peers.c's debug code.
src/peers.c
src/stick_table.c