summaryrefslogtreecommitdiffstats
path: root/proto/ospf/rt.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto/ospf/rt.c')
-rw-r--r--proto/ospf/rt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/rt.c b/proto/ospf/rt.c
index 892aa41..55cd1cc 100644
--- a/proto/ospf/rt.c
+++ b/proto/ospf/rt.c
@@ -854,7 +854,7 @@ static inline void
check_sum_net_lsa(struct proto_ospf *po, ort *nf)
{
struct area_net *anet = NULL;
- struct ospf_area *anet_oa;
+ struct ospf_area *anet_oa = NULL;
/* RT entry marked as area network */
if (nf->fn.x0)