aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/ipv6/sit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/sit.c b/net/ipv6/sit.c
index af832e7ce80f..61e5902f0687 100644
--- a/net/ipv6/sit.c
+++ b/net/ipv6/sit.c
@@ -657,7 +657,6 @@ static int ipip6_rcv(struct sk_buff *skb)
657 if (iptunnel_pull_header(skb, 0, htons(ETH_P_IPV6), 657 if (iptunnel_pull_header(skb, 0, htons(ETH_P_IPV6),
658 !net_eq(tunnel->net, dev_net(tunnel->dev)))) 658 !net_eq(tunnel->net, dev_net(tunnel->dev))))
659 goto out; 659 goto out;
660 iph = ip_hdr(skb);
661 660
662 err = IP_ECN_decapsulate(iph, skb); 661 err = IP_ECN_decapsulate(iph, skb);
663 if (unlikely(err)) { 662 if (unlikely(err)) {