Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66371
b: refs/heads/master
c: c726187
h: refs/heads/master
i:
  66369: 0d02706
  66367: cbae7b9
v: v3
  • Loading branch information
Micah Gruber authored and David S. Miller committed Oct 10, 2007
1 parent f5448de commit ee6581b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1dfcae776548f464bee793d06484be275ba8efe7
refs/heads/master: c7261872256f9172eb26438b96725b6f2115e955
2 changes: 0 additions & 2 deletions trunk/net/dccp/ipv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ struct sock *dccp_v4_request_recv_sock(struct sock *sk, struct sk_buff *skb,
{
struct inet_request_sock *ireq;
struct inet_sock *newinet;
struct dccp_sock *newdp;
struct sock *newsk;

if (sk_acceptq_is_full(sk))
Expand All @@ -396,7 +395,6 @@ struct sock *dccp_v4_request_recv_sock(struct sock *sk, struct sk_buff *skb,

sk_setup_caps(newsk, dst);

newdp = dccp_sk(newsk);
newinet = inet_sk(newsk);
ireq = inet_rsk(req);
newinet->daddr = ireq->rmt_addr;
Expand Down

0 comments on commit ee6581b

Please sign in to comment.