From 9f940976d10e6295f78adf4afb1868a7ed6cac73 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Fri, 31 Mar 2000 01:14:41 +0000 Subject: Some bug fixes. LSA checksum is still bad. I'll fix it later. --- proto/ospf/topology.h | 1 - 1 file changed, 1 deletion(-) (limited to 'proto/ospf/topology.h') diff --git a/proto/ospf/topology.h b/proto/ospf/topology.h index 3e45bbf..9ebd0ed 100644 --- a/proto/ospf/topology.h +++ b/proto/ospf/topology.h @@ -14,7 +14,6 @@ struct top_hash_entry { /* Index for fast mapping (type,rtrid,LSid)->vertex */ struct top_hash_entry *next; /* Next in hash chain */ struct ospf_lsa_header lsa; void *lsa_body; - unsigned int body_len; }; struct top_graph { -- cgit v1.2.3