diff options
-rw-r--r-- | proto/ospf/rt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/rt.c b/proto/ospf/rt.c index 4d664c4..31a6a1f 100644 --- a/proto/ospf/rt.c +++ b/proto/ospf/rt.c @@ -475,7 +475,7 @@ link_back(struct ospf_area *oa, struct top_hash_entry *en, struct top_hash_entry if (tmp == par) { #ifdef OSPFv2 - fol->lb = ipa_from_u32(rtl->data); + en->lb = ipa_from_u32(rtl->data); #endif return 1; } |