commit | 70de43b77b10c6868b1ed42ac5439731ae6fa911 | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@haproxy.com> | Mon Mar 16 10:51:01 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Mar 16 11:32:47 2020 +0100 |
tree | ce6a482005bdab8f2a9da8147c07d96dce372843 | |
parent | 67b095e797a156ae27b7b52f6ccf57171717dd16 [diff] |
BUG/MEDIUM: peers: resync ended with RESYNC_PARTIAL in wrong cases. This bug was introduced with peers.c code re-work (7d0ceeec80): "struct peer" flags are mistakenly checked instead of "struct peers" flags to check the resync status of the local peer. The issue was reported here: https://github.com/haproxy/haproxy/issues/545 This bug affects all branches >= 2.0 and should be backported.