diff options
author | Ondrej Filip <feela@network.cz> | 2000-04-30 11:31:05 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-04-30 11:31:05 +0000 |
commit | c6c56264361e102691fe42134ab585f631f83898 (patch) | |
tree | 6636ad67900ebf8e5c21c4be5c023e2e0df7e7ca /proto/ospf/topology.c | |
parent | e80e9d0da5d737b7f6e65358067f62a6ac85f4fe (diff) |
Sync with nest's rt table and some minor improvements.
Diffstat (limited to 'proto/ospf/topology.c')
-rw-r--r-- | proto/ospf/topology.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/topology.c b/proto/ospf/topology.c index 687b889e..db15f63c 100644 --- a/proto/ospf/topology.c +++ b/proto/ospf/topology.c @@ -349,6 +349,7 @@ ospf_hash_get(struct top_graph *f, u32 lsa, u32 rtr, u32 type) e->lsa.rt = rtr; e->lsa.type = type; e->lsa_body = NULL; + e->nhi=NULL; e->next=*ee; /* MJ you forgot this :-) */ *ee=e; if (f->hash_entries++ > f->hash_entries_max) |