mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 10:31:09 +00:00
ospf6d: fix uninitialized warning in SNMP
Signed-off-by: David Lamparter <equinox@opensourcerouting.org> (cherry picked from commit a4065069e6bdd0bc7475312530b0e9457f818e0d)
This commit is contained in:
parent
7810037672
commit
d8adbe0983
@ -626,7 +626,7 @@ ospfv3WwLsdbEntry (struct variable *v, oid *name, size_t *length,
|
||||
int len;
|
||||
oid *offset;
|
||||
int offsetlen;
|
||||
struct ospf6_area *oa;
|
||||
struct ospf6_area *oa = NULL;
|
||||
struct listnode *node;
|
||||
struct interface *iif;
|
||||
struct ospf6_interface *oi = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user