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.c | 1 - 1 file changed, 1 deletion(-) (limited to 'proto/ospf/ospf.c') diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index 1cf6175..8eae39e 100644 --- a/proto/ospf/ospf.c +++ b/proto/ospf/ospf.c @@ -25,7 +25,6 @@ ospf_start(struct proto *p) po->areano=0; /* Waiting for interfaces comming up */ po->firstarea=NULL; - po->areaslab=sl_new(p->pool, sizeof(struct ospf_area)); return PS_UP; } -- cgit v1.2.3