diff options
author | Martin Mares <mj@ucw.cz> | 2000-06-09 06:54:01 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-06-09 06:54:01 +0000 |
commit | 0e376168c570507c8cb64b143eff0049442e201e (patch) | |
tree | f95db1c72a50cb88555502bdb24f1c3e24687f02 /proto | |
parent | 1aa2a9c8351d6121124831f503306ff6869bbf39 (diff) |
Shut up an uninitialized variable warning.
Diffstat (limited to 'proto')
-rw-r--r-- | proto/ospf/rt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/rt.c b/proto/ospf/rt.c index 91036692..4b512ff2 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; |