From a92aee467e89473a9d07fa177794f5559f852b59 Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Thu, 11 Jul 2019 15:36:42 +0200 Subject: Avoid fallthrough warnings --- proto/ospf/packet.c | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/ospf/packet.c') diff --git a/proto/ospf/packet.c b/proto/ospf/packet.c index 6b6a97a4..ef843a22 100644 --- a/proto/ospf/packet.c +++ b/proto/ospf/packet.c @@ -56,6 +56,7 @@ ospf_pkt_finalize(struct ospf_iface *ifa, struct ospf_packet *pkt, uint *plen) return; } strncpy(auth->password, pass->password, sizeof(auth->password)); + /* fallthrough */ case OSPF_AUTH_NONE: { -- cgit v1.2.3