diff options
author | paul <paul> | 2003-02-19 02:54:57 +0000 |
---|---|---|
committer | paul <paul> | 2003-02-19 02:54:57 +0000 |
commit | 487a5913186a182129bfa98a03f277fd3461a21a (patch) | |
tree | 346f8cfbe5fabec90f6d9e3bc6d93933d3c88474 /ospfd | |
parent | cb3f37d276e2c803d806715dd2b1bda81075ca19 (diff) |
doh! small fix for previous fix to allow ospfd to compile.
Diffstat (limited to 'ospfd')
-rw-r--r-- | ospfd/ospfd.c | 4 |
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; |