diff options
Diffstat (limited to 'ospfd')
-rw-r--r-- | ospfd/ospfd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ospfd/ospfd.c b/ospfd/ospfd.c index 4418c777..aeae8e13 100644 --- a/ospfd/ospfd.c +++ b/ospfd/ospfd.c @@ -765,8 +765,7 @@ ospf_network_run (struct ospf *ospf, struct prefix *p, struct ospf_area *area) && ! ospf_if_is_configured (ospf, &(addr->u.prefix4)) && ospf_network_match_iface(co,p)) { - struct ospf_interface *oi; - assert(co); + struct ospf_interface *oi; oi = ospf_if_new (ospf, ifp, co->address); oi->connected = co; |