From b786df7035f43bb5eb4f7bca980e3bf684e527b7 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Fri, 25 Feb 2000 14:26:54 +0000 Subject: Memory allocation in ospf_area changed. --- proto/ospf/ospf.h | 1 - 1 file changed, 1 deletion(-) (limited to 'proto/ospf/ospf.h') diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 05e79e7..647deba 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -220,7 +220,6 @@ struct proto_ospf { list iface_list; /* Interfaces we really use */ int areano; /* Number of area I belong to */ struct ospf_area *firstarea; - slab *areaslab; }; static int ospf_start(struct proto *p); -- cgit v1.2.3