From 1274a4eb318debe33e395bb8bcf8b98e6eb4670f Mon Sep 17 00:00:00 2001 From: luo penghao Date: Thu, 11 Nov 2021 15:09:24 +0000 Subject: [PATCH] ipv6: Remove duplicate statements This statement is repeated with the initialization statement Reported-by: Zeal Robot Signed-off-by: luo penghao Signed-off-by: David S. Miller --- net/ipv6/exthdrs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/ipv6/exthdrs.c b/net/ipv6/exthdrs.c index 38ece3b..77e34ae 100644 --- a/net/ipv6/exthdrs.c +++ b/net/ipv6/exthdrs.c @@ -686,7 +686,6 @@ static int ipv6_rthdr_rcv(struct sk_buff *skb) struct net *net = dev_net(skb->dev); int accept_source_route = net->ipv6.devconf_all->accept_source_route; - idev = __in6_dev_get(skb->dev); if (idev && accept_source_route > idev->cnf.accept_source_route) accept_source_route = idev->cnf.accept_source_route; -- 2.7.4