BUG/MINOR: peers: fix expire learned from a peer not converted from ms to ticks
authorEmeric Brun <ebrun@haproxy.com>
Thu, 3 Apr 2025 08:29:16 +0000 (10:29 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Thu, 3 Apr 2025 17:22:37 +0000 (19:22 +0200)
commit03286159ae176d3089443f84d70ad5c4baaa9a5d
treea46db4fed0636ff09e7691812d371dab91912fe4
parent896ca2e60284dd04ab0196fcf112b6b87455db2f
BUG/MINOR: peers: fix expire learned from a peer not converted from ms to ticks

This is has now impact currently since MS_TO_TICKS macro does nothing
but it will prevent further bugs.

(cherry picked from commit 00461fbfbfd19e93af621658abcf7d1205f44182)
Signed-off-by: Aurelien DARRAGON <adarragon@haproxy.com>
(cherry picked from commit d128753b6160f15f3b361e68fcbd3072c8ea681a)
Signed-off-by: Aurelien DARRAGON <adarragon@haproxy.com>
src/peers.c