]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: peers: Don't set PEERS_F_RESYNC_PROCESS flag on a peer
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Apr 2024 13:39:52 +0000 (15:39 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Apr 2024 15:08:22 +0000 (17:08 +0200)
commitc0b2015aae9a79d17e4479abd8d453bc91378e3a
tree19cb796f0a29dc03a5f375191e100c3b62962a09
parent64d20fc9e0a914ad2fe03d74972b56baaf54b90f
BUG/MEDIUM: peers: Don't set PEERS_F_RESYNC_PROCESS flag on a peer

The bug was introduced by commit 9425aeaffb ("BUG/MAJOR: peers: Update peers
section state from a thread-safe manner"). A peers flags was set on a peer
by error. Just remove it.

This patch must only be backported if the above commit is backported.
src/peers.c