Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111659
b: refs/heads/master
c: 78d15e8
h: refs/heads/master
i:
  111657: 33d700b
  111655: 900a444
v: v3
  • Loading branch information
Vegard Nossum authored and David S. Miller committed Sep 12, 2008
1 parent 08bdd67 commit b20b77c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: f262b59becc3f557da6460232abac13706402849
refs/heads/master: 78d15e82754945ee9821fb491b57faf43abfb9d7
3 changes: 2 additions & 1 deletion trunk/net/ipv6/tcp_ipv6.c
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@ static struct sock * tcp_v6_syn_recv_sock(struct sock *sk, struct sk_buff *skb,
struct request_sock *req,
struct dst_entry *dst)
{
struct inet6_request_sock *treq = inet6_rsk(req);
struct inet6_request_sock *treq;
struct ipv6_pinfo *newnp, *np = inet6_sk(sk);
struct tcp6_sock *newtcp6sk;
struct inet_sock *newinet;
Expand Down Expand Up @@ -1350,6 +1350,7 @@ static struct sock * tcp_v6_syn_recv_sock(struct sock *sk, struct sk_buff *skb,
return newsk;
}

treq = inet6_rsk(req);
opt = np->opt;

if (sk_acceptq_is_full(sk))
Expand Down

0 comments on commit b20b77c

Please sign in to comment.