]> Git Repo - linux.git/blobdiff - net/ipv6/sit.c
igb: missing rtnl_unlock in igb_sriov_reinit()
[linux.git] / net / ipv6 / sit.c
index ac35a28599be557cac1114cad35e3c47c41436c1..94428fd85b2f9543c0e3015f785306ce203e73dc 100644 (file)
@@ -742,7 +742,7 @@ static int ipip_rcv(struct sk_buff *skb)
                        goto drop;
                if (iptunnel_pull_header(skb, 0, tpi.proto))
                        goto drop;
-               return ip_tunnel_rcv(tunnel, skb, &tpi, log_ecn_error);
+               return ip_tunnel_rcv(tunnel, skb, &tpi, NULL, log_ecn_error);
        }
 
        return 1;
This page took 0.037437 seconds and 4 git commands to generate.