]> git.proxmox.com Git - mirror_frr.git/commitdiff
doh! small fix for previous fix to allow ospfd to compile.
authorpaul <paul>
Wed, 19 Feb 2003 02:54:57 +0000 (02:54 +0000)
committerpaul <paul>
Wed, 19 Feb 2003 02:54:57 +0000 (02:54 +0000)
ospfd/ospfd.c

index 20300676674cabfdebaa6327c23ade127c2ffe4f..6e205e640fa985a116f4f28af887ec95d4eb4cc4 100644 (file)
@@ -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;