mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 16:48:43 +00:00
Removed useless trace.
This commit is contained in:
parent
3df89cefc1
commit
8cd5c52fcb
@ -16,8 +16,6 @@ ospf_start(struct proto *p)
|
|||||||
struct ospf_area_config *ac;
|
struct ospf_area_config *ac;
|
||||||
struct ospf_area *oa;
|
struct ospf_area *oa;
|
||||||
|
|
||||||
OSPF_TRACE(D_EVENTS, "Start");
|
|
||||||
|
|
||||||
fib_init(&po->efib,p->pool,sizeof(struct extfib),16,init_efib);
|
fib_init(&po->efib,p->pool,sizeof(struct extfib),16,init_efib);
|
||||||
init_list(&(po->iface_list));
|
init_list(&(po->iface_list));
|
||||||
init_list(&(po->area_list));
|
init_list(&(po->area_list));
|
||||||
|
Loading…
Reference in New Issue
Block a user