diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2010-01-07 22:43:06 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2010-01-07 22:43:06 +0100 |
commit | cf0858c2174c6bf0a4f63b914d06a2342c433b09 (patch) | |
tree | 144f9812ba2ab194921b91ee8583b1f4d8a5ebe7 /proto/ospf | |
parent | ba39197c11db085c4bc062e45fd9c74f42b41ca0 (diff) | |
download | bird-cf0858c2174c6bf0a4f63b914d06a2342c433b09.tar bird-cf0858c2174c6bf0a4f63b914d06a2342c433b09.zip |
A fix of a previous fix.
Diffstat (limited to 'proto/ospf')
-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; } |