]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: cli: "show cli sockets" would always report process 64
authorWilly Tarreau <w@1wt.eu>
Fri, 16 Dec 2016 11:56:31 +0000 (12:56 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 16 Dec 2016 11:59:00 +0000 (12:59 +0100)
commit4305ac7f1d49ed998a4f227e8cecd867c547da48
treeadcc0a9c310b5dd8d57a9b2cdbfb1e855dca7a50
parent20c5e52ac773a83e74442a0abe1cd717f34a0a69
BUG/MINOR: cli: "show cli sockets" would always report process 64

Another small bug in "show cli sockets" made the last fix always report
process 64 due to a signedness issue in the shift operation when building
the mask.
src/cli.c