]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: mux-h2: Fix missing braces because of traces in h2_detach()
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 26 Sep 2019 14:15:10 +0000 (16:15 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 26 Sep 2019 14:51:02 +0000 (16:51 +0200)
commitb2d930ebe63a9e995a8473d109b5d1891ee941ed
tree57374daeaf4afeb9c1afbc1c8e67b2eac4ff8bc9
parent13ed9faecd4931bc766dbec19a6eb55b9b2fbe1a
BUG/MINOR: mux-h2: Fix missing braces because of traces in h2_detach()

Braces was missing aroung a "if" statement in the function h2_detach(), leaving
an unconditional return.

No backport needed.
src/mux_h2.c