diff options
Diffstat (limited to 'net/dccp/ipv6.c')
-rw-r--r-- | net/dccp/ipv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ipv6.c b/net/dccp/ipv6.c index 4fccc0c37fbd..c376af5bfdfb 100644 --- a/net/dccp/ipv6.c +++ b/net/dccp/ipv6.c | |||
@@ -353,7 +353,7 @@ static int dccp_v6_conn_request(struct sock *sk, struct sk_buff *skb) | |||
353 | if (ipv6_opt_accepted(sk, skb, IP6CB(skb)) || | 353 | if (ipv6_opt_accepted(sk, skb, IP6CB(skb)) || |
354 | np->rxopt.bits.rxinfo || np->rxopt.bits.rxoinfo || | 354 | np->rxopt.bits.rxinfo || np->rxopt.bits.rxoinfo || |
355 | np->rxopt.bits.rxhlim || np->rxopt.bits.rxohlim) { | 355 | np->rxopt.bits.rxhlim || np->rxopt.bits.rxohlim) { |
356 | atomic_inc(&skb->users); | 356 | refcount_inc(&skb->users); |
357 | ireq->pktopts = skb; | 357 | ireq->pktopts = skb; |
358 | } | 358 | } |
359 | ireq->ir_iif = sk->sk_bound_dev_if; | 359 | ireq->ir_iif = sk->sk_bound_dev_if; |