]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: cli: show sess should always validate s->listener
authorWilly Tarreau <w@1wt.eu>
Wed, 23 Jan 2013 23:48:39 +0000 (00:48 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Jan 2013 15:19:18 +0000 (16:19 +0100)
commite95c4ce1b7c925debf4c9b7c794f3b6765edef88
treeca6675a14fe29a206c7c053cab7341ffbb6482d2
parentbb95666bac94b6235eda431aba788644f7de7a3f
BUG/MINOR: cli: show sess should always validate s->listener

Currently s->listener is set for all sessions, but this may not remain
the case forever so we already check s->listener for validity. On check
was missed.

Reported-by: Dinko Korunic <dkorunic@reflected.net>
src/dumpstats.c