diff options
Diffstat (limited to 'net/dccp/ipv6.c')
| -rw-r--r-- | net/dccp/ipv6.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/net/dccp/ipv6.c b/net/dccp/ipv6.c index 006a3834fbc..cac53548c2d 100644 --- a/net/dccp/ipv6.c +++ b/net/dccp/ipv6.c @@ -767,10 +767,9 @@ discard:  	return 0;  } -static int dccp_v6_rcv(struct sk_buff **pskb) +static int dccp_v6_rcv(struct sk_buff *skb)  {  	const struct dccp_hdr *dh; -	struct sk_buff *skb = *pskb;  	struct sock *sk;  	int min_cov;  |