]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: fix time truncation due to parameter type
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 20 Jan 2023 19:20:56 +0000 (16:20 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 20 Jan 2023 19:20:56 +0000 (16:20 -0300)
commit23acae3b87603b135465482f540066858166006b
tree0d818e7b21ef717f451461adc71bfdde4b625bea
parentfce7f209fce60f0d8aff7af3df3e0a5434fc456f
bgpd: fix time truncation due to parameter type

Use the correct function parameters type to avoid truncation and other
signal issues.

Found by Coverity Scan (CID 1519802)

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
bgpd/bgp_damp.c