From cf0858c2174c6bf0a4f63b914d06a2342c433b09 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Thu, 7 Jan 2010 22:43:06 +0100 Subject: A fix of a previous fix. --- proto/ospf/rt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3