BUILD: mux-pt: Use the right name for the sedesc variable
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 30 Jul 2024 08:43:55 +0000 (10:43 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 3 Sep 2024 16:31:16 +0000 (18:31 +0200)
commit40142d2b950a3be21cdef2c5fc35c15ded0b7e0b
tree4c2b08726971d187de90453a93525578ea6cef17
parent7749062aba94938b88165416274734c65989da92
BUILD: mux-pt: Use the right name for the sedesc variable

A typo was introduced in 760d26a86 ("BUG/MEDIUM: mux-pt/mux-h1: Release the
pipe on connection error on sending path"). The sedesc variable is 'sd', not
'se'.

This patch must be backported with the commit above.

(cherry picked from commit d9f41b1d6e811022372ce541e67b047bd18630a9)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
src/mux_pt.c