Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264255
b: refs/heads/master
c: 676a118
h: refs/heads/master
i:
  264253: acc294e
  264251: e770844
  264247: c588d25
  264239: 748ca02
  264223: edbdc5a
  264191: b06abea
v: v3
  • Loading branch information
Yan, Zheng authored and David S. Miller committed Sep 29, 2011
1 parent a81917e commit 4f6ad57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6482aa7c120447858da1869197b48eff66435a31
refs/heads/master: 676a1184e8afd4fed7948232df1ff91517400859
3 changes: 3 additions & 0 deletions trunk/net/ipv6/tcp_ipv6.c
Original file line number Diff line number Diff line change
Expand Up @@ -1383,6 +1383,8 @@ static struct sock * tcp_v6_syn_recv_sock(struct sock *sk, struct sk_buff *skb,
newtp->af_specific = &tcp_sock_ipv6_mapped_specific;
#endif

newnp->ipv6_ac_list = NULL;
newnp->ipv6_fl_list = NULL;
newnp->pktoptions = NULL;
newnp->opt = NULL;
newnp->mcast_oif = inet6_iif(skb);
Expand Down Expand Up @@ -1447,6 +1449,7 @@ static struct sock * tcp_v6_syn_recv_sock(struct sock *sk, struct sk_buff *skb,
First: no IPv4 options.
*/
newinet->inet_opt = NULL;
newnp->ipv6_ac_list = NULL;
newnp->ipv6_fl_list = NULL;

/* Clone RX bits */
Expand Down

0 comments on commit 4f6ad57

Please sign in to comment.