]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: sessions: Don't use t->state.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 16 Aug 2018 17:03:50 +0000 (19:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 16 Aug 2018 17:25:56 +0000 (19:25 +0200)
commitfde2a09a15408311d42574cc7196659e26f26d75
tree4d02b4c1c28dade15e9fe4ae24df5013f0ba21e3
parentd8b7a4701d1b01db5b0efc1de4227acfa9604d0f
BUG/MEDIUM: sessions: Don't use t->state.

In session_expire_embryonic(), don't use t->state, use the "state" argument
instead, as t->state has been cleaned before we're being called.
src/session.c