mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 15:36:25 +00:00
ospfd: remove duplicated code
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
This commit is contained in:
parent
017714e3ad
commit
0bdd28850e
@ -1654,9 +1654,6 @@ struct in_addr ospf_get_nssa_ip(struct ospf_area *area)
|
||||
if (best_default.s_addr != INADDR_ANY)
|
||||
return best_default;
|
||||
|
||||
if (best_default.s_addr != INADDR_ANY)
|
||||
return best_default;
|
||||
|
||||
return fwd;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user