Index: proto/ospf/rt.c =================================================================== RCS file: /home2/mj/BIRD/bird/proto/ospf/rt.c,v retrieving revision 1.52 diff -u -r1.52 rt.c --- proto/ospf/rt.c 21 Aug 2001 17:00:15 -0000 1.52 +++ proto/ospf/rt.c 7 Dec 2001 17:22:00 -0000 @@ -200,7 +200,7 @@ else { /* Update routing table */ - if(nf->en->nhi==NULL) + if(ipa_equal(nf->en->nh,ipa_from_u32(0))) { struct top_hash_entry *en=nf->en; struct ospf_neighbor *neigh;