]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stconn: Remove useless test on sedesc on detach to release the xref
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 15 May 2023 07:53:29 +0000 (09:53 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 15 May 2023 07:53:30 +0000 (09:53 +0200)
commit6eb53b138d9f190b0fa3ae4abfc292a9c7ca7cdd
tree20937513124a7e11caacca5c813c952d02f9d1a6
parent1601eebcd1dfe47e3222531c91db196e836f562e
MINOR: stconn: Remove useless test on sedesc on detach to release the xref

When the SC is detached from the endpoint, the xref between the endpoints is
removed. At this stage, the sedesc cannot be undefined. So we can remove the
test on it.

This issue should fix the issue #2156. No backport needed.
src/stconn.c