Just added some debug().
This commit is contained in:
parent
4bd28fb68e
commit
d5f029df48
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue