mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 06:53:03 +00:00
bgpd: Fix another clang warning
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
dc687c9ee7
commit
f4cafc65a3
@ -1947,7 +1947,7 @@ bgp_attr_encap(
|
||||
|
||||
while (length >= 4) {
|
||||
uint16_t subtype;
|
||||
uint16_t sublength;
|
||||
uint16_t sublength = 0;
|
||||
struct bgp_attr_encap_subtlv *tlv;
|
||||
|
||||
if (BGP_ATTR_ENCAP == type) {
|
||||
|
Loading…
Reference in New Issue
Block a user