aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/exthdrs.c
diff options
context:
space:
mode:
authorluo penghao <luo.penghao@zte.com.cn>2021-11-11 15:09:24 +0000
committerDavid S. Miller <davem@davemloft.net>2021-11-14 12:20:44 +0000
commit1274a4eb318debe33e395bb8bcf8b98e6eb4670f (patch)
treee94fdc3e5e31bbab9aec00f1e33e66824ec548c2 /net/ipv6/exthdrs.c
parent0de3521500cfdc91f49441a054ed892fc408d73f (diff)
downloadlinux-1274a4eb318debe33e395bb8bcf8b98e6eb4670f.tar.gz
ipv6: Remove duplicate statements
This statement is repeated with the initialization statement Reported-by: Zeal Robot <zealci@zte.com.cn> Signed-off-by: luo penghao <luo.penghao@zte.com.cn> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/exthdrs.c')
-rw-r--r--net/ipv6/exthdrs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/exthdrs.c b/net/ipv6/exthdrs.c
index 38ece3b7b8395..77e34aec7e823 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;