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 15:51:10 +0000 (17:51 +0200)
commitfc58117c34dc605fbb7db98a92481765a9f2eb0a
treecab368afeb724f51a114be49810d1f503ab43741
parent1649e6924c9fa5107aa60f168ebcd4fdfc4e719b
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]

(cherry picked from commit 01928ae56b0296e5312eca195a4e155d6e8d79d0)
Signed-off-by: Willy Tarreau <w@1wt.eu>
(cherry picked from commit c24b414034d4b7f848ba37ac0a6fe28271375b4b)
Signed-off-by: Willy Tarreau <w@1wt.eu>
src/stick_table.c