mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 20:51:17 +00:00
ospf6d: remove duplicated code
The OSPF6_LSA_UNAPPROVED flag is set in the function above ospf6_lsa_translated_nssa_new, so there is no need to set the flag again Signed-off-by: ckishimo <carles.kishimoto@gmail.com>
This commit is contained in:
parent
18529688e6
commit
3a53b2ac31
@ -604,7 +604,6 @@ struct ospf6_lsa *ospf6_translated_nssa_refresh(struct ospf6_area *area,
|
||||
__func__, &type7->header->id);
|
||||
return NULL;
|
||||
}
|
||||
UNSET_FLAG(new->flag, OSPF6_LSA_UNAPPROVED);
|
||||
}
|
||||
|
||||
if (IS_OSPF6_DEBUG_NSSA)
|
||||
|
Loading…
Reference in New Issue
Block a user