]> git.proxmox.com Git - mirror_frr.git/commit
ospfd: continue statement is redundant
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 4 May 2019 00:21:14 +0000 (20:21 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 3 May 2019 09:05:19 +0000 (05:05 -0400)
commit24d9575d5372c5b8da1586624252994d1812da3c
treedc3a2e6e8653e6052842cb8551e87a61b41e24dd
parent2613754b2ed966d990c982eb79f34405e15d50e7
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>
ospfd/ospf_packet.c