commit | dd0b144c3ae83c2ea14f969cb58fa4b927c2c455 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Jan 14 15:03:22 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Jan 28 17:56:18 2022 +0100 |
tree | c90244f307d1041949625fe24db7be42a227f948 | |
parent | c2b7fa891c440ef4dae82b680dc994be89da560f [diff] |
BUG/MINOR: sink: Use the right field in appctx context in release callback In the release callback, ctx.peers was used instead of ctx.sft. Concretly, it is not an issue because the appctx context is an union and these both fields are structures with a unique pointer. But it will be a problem if that changes. This patch must be backported as far as 2.2.