From: paul Date: Wed, 19 Feb 2003 02:54:57 +0000 (+0000) Subject: doh! small fix for previous fix to allow ospfd to compile. X-Git-Tag: frr-2.0-rc1~4146 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=487a5913186a182129bfa98a03f277fd3461a21a;p=mirror%2Ffrr.git doh! small fix for previous fix to allow ospfd to compile. --- diff --git a/ospfd/ospfd.c b/ospfd/ospfd.c index 2030067667..6e205e640f 100644 --- a/ospfd/ospfd.c +++ b/ospfd/ospfd.c @@ -724,8 +724,8 @@ ospf_network_run (struct ospf *ospf, struct prefix *p, struct ospf_area *area) && ! ospf_if_is_configured (&(addr->u.prefix4)) && ospf_network_match_iface(co,p)) { - assert(co); - struct ospf_interface *oi; + struct ospf_interface *oi; + assert(co); oi = ospf_if_new (ifp, co->address); oi->connected = co;