]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stconn: Explicitly use an appctx to attach a stconn on it
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 10 Jan 2024 13:17:14 +0000 (14:17 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 7 Feb 2024 14:02:22 +0000 (15:02 +0100)
commitad937372f336edf16ee98af6142d8a631da8dda5
treec718b3cc32aac7ebdcc198c5f7b5f07823a234ec
parent0dd7ff0d67005683fff485921b9e0256ffe3f1cf
MINOR: stconn: Explicitly use an appctx to attach a stconn on it

In sc_attach_applet, an untyped pointer (void *) was used to attach a SC on
an applet. There is no reason to not use the right type here. So now a
pointer on an appctx is explicitly used.
src/stconn.c