CLEANUP: sock: Wrap `accept4_broken = 1` into additional parenthesis
authorTim Duesterhus <tim@bastelstu.be>
Sat, 20 Nov 2021 13:39:47 +0000 (14:39 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 20 Nov 2021 13:52:01 +0000 (14:52 +0100)
commitf897fc99bd3347a2dc8b04f5f8e7982f1c94e996
treedea5bc035ec57392a781647701b8d0985b1b5431
parentd69d65a56370018c3fb131a0f92661abe216731d
CLEANUP: sock: Wrap `accept4_broken = 1` into additional parenthesis

This makes it clear to static analysis tools that this assignment is
intentional and not a mistyped comparison.
src/sock.c