BUG/MINOR: stick-table: fix several printf sign errors dumping tables
authorEmeric Brun <ebrun@haproxy.com>
Wed, 30 Jun 2021 14:24:04 +0000 (16:24 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 6 Jul 2021 05:24:42 +0000 (07:24 +0200)
commit01928ae56b0296e5312eca195a4e155d6e8d79d0
tree9898a2a3cbd6dc0b8c0809859790784c67c314ab
parentd3e7dc498baeab3535fcaf48f8983138d35442f5
BUG/MINOR: stick-table: fix several printf sign errors dumping tables

This patch fixes several errors printing integers
of stick table entry values and args during dump on cli.

This patch should be backported since the dump of entries
is supported.  [wt: roughly 1.5-dev1 hence all stable branches]
src/stick_table.c