summaryrefslogtreecommitdiff
path: root/ospfd/ospfd.c
diff options
context:
space:
mode:
authorpaul <paul>2003-02-19 02:54:57 +0000
committerpaul <paul>2003-02-19 02:54:57 +0000
commit487a5913186a182129bfa98a03f277fd3461a21a (patch)
tree346f8cfbe5fabec90f6d9e3bc6d93933d3c88474 /ospfd/ospfd.c
parentcb3f37d276e2c803d806715dd2b1bda81075ca19 (diff)
doh! small fix for previous fix to allow ospfd to compile.
Diffstat (limited to 'ospfd/ospfd.c')
-rw-r--r--ospfd/ospfd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ospfd/ospfd.c b/ospfd/ospfd.c
index 20300676..6e205e64 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;