mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-14 10:20:15 +02:00
Probably due to older code, there's a boolean variable used to set another one which is then checked. Also the first check is made under the lock, which is unnecessary. Let's simplify this and use a single variable. This only makes the code clearer, it doesn't change the output code.