mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-09 03:51:39 +00:00
ospfd: continue statement is redundant
The continue statement is redundant because DISCARD_LSA has one in it already. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
2613754b2e
commit
24d9575d53
@ -2107,7 +2107,6 @@ static void ospf_ls_upd(struct ospf *ospf, struct ip *iph,
|
||||
dump_lsa_key(lsa));
|
||||
|
||||
DISCARD_LSA(lsa, 4);
|
||||
continue;
|
||||
}
|
||||
|
||||
/* Actual flooding procedure. */
|
||||
|
Loading…
Reference in New Issue
Block a user