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:19:41 +0000 (19:19 +0200)
commitd128753b6160f15f3b361e68fcbd3072c8ea681a
treec2dad1febc35763521f09ea37316ecb10c8593b1
parentcf4488acff80814fa26e40fab24c06162e54bef4
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>
src/peers.c