diff options
author | Ondrej Filip <feela@network.cz> | 2000-02-25 14:26:54 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-02-25 14:26:54 +0000 |
commit | b786df7035f43bb5eb4f7bca980e3bf684e527b7 (patch) | |
tree | 990b3733af3e963f05f682bfb491c5bb0036e16a /proto/ospf/ospf.c | |
parent | 2d496d2028e1283384f1c9d243f96eb59c42297e (diff) |
Memory allocation in ospf_area changed.
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r-- | proto/ospf/ospf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index 1cf6175a..8eae39e3 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; } |