]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_rpki.c
bgpd: Show to compiler that uint64_t -> uint32_t is ok here
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 3 Oct 2019 12:55:29 +0000 (08:55 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 3 Oct 2019 12:55:29 +0000 (08:55 -0400)
commitc17140fd7aff77c1763333dfdbc2bb0cf162786c
treeccba64a3ddded15fac5a483611e77d48f51d0c1b
parent6d7b7e42570d81eb22fb05918ea4066321df005b
bgpd: Show to compiler that uint64_t -> uint32_t is ok here

We only have a uint32_t value here but clippy is wise and
gives us more data than we need. Tell the compiler we can
throw some stuff away.

This was found by inspecting CI results.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_rpki.c