diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-05-03 20:21:14 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-05-03 05:05:19 -0400 |
| commit | 24d9575d5372c5b8da1586624252994d1812da3c (patch) | |
| tree | dc3a2e6e8653e6052842cb8551e87a61b41e24dd /ospfd/ospf_packet.c | |
| parent | 2613754b2ed966d990c982eb79f34405e15d50e7 (diff) | |
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>
Diffstat (limited to 'ospfd/ospf_packet.c')
| -rw-r--r-- | ospfd/ospf_packet.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ospfd/ospf_packet.c b/ospfd/ospf_packet.c index 43c5e338b0..6bc8c25153 100644 --- a/ospfd/ospf_packet.c +++ b/ospfd/ospf_packet.c @@ -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. */ |
