mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 17:51:53 +00:00
A fix of a previous fix.
This commit is contained in:
parent
ba39197c11
commit
cf0858c217
@ -475,7 +475,7 @@ link_back(struct ospf_area *oa, struct top_hash_entry *en, struct top_hash_entry
|
|||||||
if (tmp == par)
|
if (tmp == par)
|
||||||
{
|
{
|
||||||
#ifdef OSPFv2
|
#ifdef OSPFv2
|
||||||
fol->lb = ipa_from_u32(rtl->data);
|
en->lb = ipa_from_u32(rtl->data);
|
||||||
#endif
|
#endif
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user