From c6c56264361e102691fe42134ab585f631f83898 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sun, 30 Apr 2000 11:31:05 +0000 Subject: Sync with nest's rt table and some minor improvements. --- proto/ospf/topology.c | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/ospf/topology.c') diff --git a/proto/ospf/topology.c b/proto/ospf/topology.c index 687b889..db15f63 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) -- cgit v1.2.3