]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: threads/cli: fix "show sess" locking on release
authorWilly Tarreau <w@1wt.eu>
Fri, 10 Nov 2017 15:24:41 +0000 (16:24 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 10 Nov 2017 15:24:41 +0000 (16:24 +0100)
commit7ce3f09513f212a6cf74560d5d228479ccf35c79
treed89466c3650316996e2093342f9c06f6f2725021
parent22cf59bbbac90573cc28bf1035a3dae046083236
BUG/MEDIUM: threads/cli: fix "show sess" locking on release

The recent thread updates on the CLI broke "show sess" by unlocking
the stream twice instead of lock+unlock. No backport is needed.
src/stream.c