| Message ID | 20260821095014.408388-1-xiaolinkui@126.com |
|---|---|
| State | New |
| Headers | show |
| Series | [nf-next,v2] netfilter: osf: remove unreachable break in nf_osf_ttl() | expand |
diff --git a/net/netfilter/nfnetlink_osf.c b/net/netfilter/nfnetlink_osf.c index 92002079f8ea..a3f855905d52 100644 --- a/net/netfilter/nfnetlink_osf.c +++ b/net/netfilter/nfnetlink_osf.c @@ -36,7 +36,6 @@ static inline int nf_osf_ttl(const struct sk_buff *skb, switch (ttl_check) { case NF_OSF_TTL_TRUE: return ip->ttl == f_ttl; - break; case NF_OSF_TTL_NOCHECK: return 1; case NF_OSF_TTL_LESS: