diff options
Diffstat (limited to 'net/dccp/ipv4.c')
-rw-r--r-- | net/dccp/ipv4.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/dccp/ipv4.c b/net/dccp/ipv4.c index 718f2fa923a1..2c6282815264 100644 --- a/net/dccp/ipv4.c +++ b/net/dccp/ipv4.c | |||
@@ -381,7 +381,6 @@ struct sock *dccp_v4_request_recv_sock(struct sock *sk, struct sk_buff *skb, | |||
381 | { | 381 | { |
382 | struct inet_request_sock *ireq; | 382 | struct inet_request_sock *ireq; |
383 | struct inet_sock *newinet; | 383 | struct inet_sock *newinet; |
384 | struct dccp_sock *newdp; | ||
385 | struct sock *newsk; | 384 | struct sock *newsk; |
386 | 385 | ||
387 | if (sk_acceptq_is_full(sk)) | 386 | if (sk_acceptq_is_full(sk)) |
@@ -396,7 +395,6 @@ struct sock *dccp_v4_request_recv_sock(struct sock *sk, struct sk_buff *skb, | |||
396 | 395 | ||
397 | sk_setup_caps(newsk, dst); | 396 | sk_setup_caps(newsk, dst); |
398 | 397 | ||
399 | newdp = dccp_sk(newsk); | ||
400 | newinet = inet_sk(newsk); | 398 | newinet = inet_sk(newsk); |
401 | ireq = inet_rsk(req); | 399 | ireq = inet_rsk(req); |
402 | newinet->daddr = ireq->rmt_addr; | 400 | newinet->daddr = ireq->rmt_addr; |