mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-03 07:31:54 +00:00
Just added some debug().
This commit is contained in:
parent
4bd28fb68e
commit
d5f029df48
@ -62,7 +62,7 @@ ospf_init(struct proto_config *c)
|
|||||||
struct proto *p = proto_new(c, sizeof(struct proto_ospf));
|
struct proto *p = proto_new(c, sizeof(struct proto_ospf));
|
||||||
struct proto_ospf *po=(struct proto_ospf *)p;
|
struct proto_ospf *po=(struct proto_ospf *)p;
|
||||||
|
|
||||||
DBG(" OSPF: Init.\n");
|
debug("OSPF: Init requested.\n");
|
||||||
p->neigh_notify = NULL;
|
p->neigh_notify = NULL;
|
||||||
p->if_notify = NULL;
|
p->if_notify = NULL;
|
||||||
init_list(&(po->iface_list));
|
init_list(&(po->iface_list));
|
||||||
|
Loading…
Reference in New Issue
Block a user