BUG/MINOR: peers: remove useless table check if initial resync is finished
authorEmeric Brun <ebrun@haproxy.com>
Thu, 22 Apr 2021 16:13:13 +0000 (18:13 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 23 Apr 2021 16:11:26 +0000 (18:11 +0200)
commit6ffb9bc14ee764d3ecb44a0f8803830c7683c9cc
tree081b973b635a78f01d6280fc0534d8a3a970d38a
parent74b7411f3e710c5ccd648db2c316f48204a979b4
BUG/MINOR: peers: remove useless table check if initial resync is finished

The old process checked each table resync status even if
the resync process is finished. This behavior had no known impact
except useless processing and was discovered during debugging on
an other issue.

This patch could be backported in all supported branches (v >= 1.6)
but once again, it has no impact except avoid useless processing.

(cherry picked from commit 1675ada4f4fda2dfc51c8bd1a4f24ec8513ae473)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
src/peers.c