mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 13:19:17 +00:00
Merge pull request #10597 from FRRouting/mergify/bp/dev/8.2/pr-10586
bgpd: uninitialized compiler warning (backport #10586)
This commit is contained in:
commit
c432b3c775
@ -529,7 +529,7 @@ static uint32_t alloc_new_sid(struct bgp *bgp, uint32_t index,
|
|||||||
struct prefix_ipv6 *chunk;
|
struct prefix_ipv6 *chunk;
|
||||||
struct in6_addr sid_buf;
|
struct in6_addr sid_buf;
|
||||||
bool alloced = false;
|
bool alloced = false;
|
||||||
int label;
|
int label = 0;
|
||||||
|
|
||||||
if (!bgp || !sid)
|
if (!bgp || !sid)
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user