commit | c24b414034d4b7f848ba37ac0a6fe28271375b4b | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@haproxy.com> | Wed Jun 30 16:24:04 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jul 06 10:55:24 2021 +0200 |
tree | f954e4ced05ecdca54449f4e65fae66f4f077a66 | |
parent | 9dc310dc520fb5fbc9dbd9594f7cfaa1472372fe [diff] |
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>