summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r--proto/ospf/ospf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c
index 97355bc..6aedb2a 100644
--- a/proto/ospf/ospf.c
+++ b/proto/ospf/ospf.c
@@ -165,7 +165,6 @@ wait_timer_hook(timer *timer)
}
add_hello_timer(ifa);
}
- /* FIXME: Destroy timer */
}
void
@@ -231,7 +230,6 @@ ospf_if_notify(struct proto *p, unsigned flags, struct iface *new, struct iface
struct ospf_config *c;
c=(struct ospf_config *)(p->cf);
-
DBG(" OSPF: If notify called\n");
if((flags & IF_CHANGE_UP) && is_good_iface(p, new))