BUILD: mux-h2: fix typo breaking build when using DEBUG_LOCK
authorWilly Tarreau <w@1wt.eu>
Sat, 4 Jul 2020 05:16:18 +0000 (07:16 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 4 Jul 2020 05:16:18 +0000 (07:16 +0200)
commit46ac78177987aa284c61f06aae02577d2c078d92
tree5584d4840babb7906531516f50ad0e725eb92b8e
parent62f11a589f9fd95ce1259b408da9e1276406da6f
BUILD: mux-h2: fix typo breaking build when using DEBUG_LOCK

A typo was accidently introduced in commit 48ce6a3 ("BUG/MEDIUM: muxes:
Make sure nobody stole the connection before using it."), a "&" was
placed in front of "OTHER_LOCK", which breaks DEBUG_LOCK. No backport
is needed.
src/mux_h2.c