]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
A fix of a previous fix.
authorOndrej Zajicek <santiago@crfreenet.org>
Thu, 7 Jan 2010 21:43:06 +0000 (22:43 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Thu, 7 Jan 2010 21:43:06 +0000 (22:43 +0100)
proto/ospf/rt.c

index 4d664c468cd3f20eb412a1a9ef55eb82cfb2a589..31a6a1fd833dd69176924d64c6725bb37aa4abbc 100644 (file)
@@ -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;
          }