ospf6d: fix uninitialized warning in SNMP

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit a4065069e6bdd0bc7475312530b0e9457f818e0d)
This commit is contained in:
David Lamparter 2015-09-15 02:12:23 -07:00 committed by Daniel Walton
parent 7810037672
commit d8adbe0983

View File

@ -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;