diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-07 03:19:16 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-07 03:19:16 +0200 |
commit | 8cd5c52fcb7d429f41601f7be114168cb2371072 (patch) | |
tree | eafe4726eed2885c06334f49b9d94cd719f1cc4e /proto/ospf/ospf.c | |
parent | 3df89cefc19d08f621afac0ff485dba3591a39a0 (diff) | |
download | bird-8cd5c52fcb7d429f41601f7be114168cb2371072.tar bird-8cd5c52fcb7d429f41601f7be114168cb2371072.zip |
Removed useless trace.
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r-- | proto/ospf/ospf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index 698c6a2..1bc8e74 100644 --- a/proto/ospf/ospf.c +++ b/proto/ospf/ospf.c @@ -16,8 +16,6 @@ ospf_start(struct proto *p) struct ospf_area_config *ac; struct ospf_area *oa; - OSPF_TRACE(D_EVENTS, "Start"); - fib_init(&po->efib,p->pool,sizeof(struct extfib),16,init_efib); init_list(&(po->iface_list)); init_list(&(po->area_list)); |