mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 12:49:18 +00:00
Merge pull request #13936 from ryndia/fix_ospf_lsa_leak
ospfd: fix lsa leak
This commit is contained in:
commit
d602e01745
@ -2007,7 +2007,6 @@ static struct ospf_lsa *ospf_lsa_translated_nssa_new(struct ospf *ospf,
|
|||||||
|
|
||||||
/* add translated flag, checksum and lock new lsa */
|
/* add translated flag, checksum and lock new lsa */
|
||||||
SET_FLAG(new->flags, OSPF_LSA_LOCAL_XLT); /* Translated from 7 */
|
SET_FLAG(new->flags, OSPF_LSA_LOCAL_XLT); /* Translated from 7 */
|
||||||
new = ospf_lsa_lock(new);
|
|
||||||
|
|
||||||
return new;
|
return new;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user