summaryrefslogtreecommitdiffstats
path: root/proto/ospf/rt.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto/ospf/rt.c')
-rw-r--r--proto/ospf/rt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/rt.c b/proto/ospf/rt.c
index 39e84bd..aeb9a94 100644
--- a/proto/ospf/rt.c
+++ b/proto/ospf/rt.c
@@ -400,7 +400,7 @@ ospf_ext_spfa(struct proto_ospf *po) /* FIXME looking into inter-area */
if((nn=neigh_find(p,&lt->fwaddr,0))!=NULL)
{
- nnh=IPA_NONE;
+ nnh=lt->fwaddr;
nnhi=nn->iface;
}
else