Merge pull request #3030 from pacovn/fp_type_fixes1

bgpd: type fix
This commit is contained in:
David Lamparter 2018-09-14 17:55:50 +02:00 committed by GitHub
commit e7bdf513d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,7 +177,7 @@ int bgp_damp_withdraw(struct bgp_info *binfo, struct bgp_node *rn, afi_t afi,
{
time_t t_now;
struct bgp_damp_info *bdi = NULL;
double last_penalty = 0;
unsigned int last_penalty = 0;
t_now = bgp_clock();