From 0e376168c570507c8cb64b143eff0049442e201e Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 9 Jun 2000 06:54:01 +0000 Subject: Shut up an uninitialized variable warning. --- proto/ospf/rt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/ospf/rt.c b/proto/ospf/rt.c index 9103669..4b512ff 100644 --- a/proto/ospf/rt.c +++ b/proto/ospf/rt.c @@ -325,6 +325,7 @@ ospf_ext_spfa(struct proto_ospf *po) /* FIXME looking into inter-area */ absr=NULL; absroa=NULL; nnhi=NULL; + nnh=IPA_NONE; met=0;met2=0;tag=0; -- cgit v1.2.3