Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63621
b: refs/heads/master
c: b225b88
h: refs/heads/master
i:
  63619: d8df193
v: v3
  • Loading branch information
Dave Johnson authored and Vlad Yasevich committed Aug 1, 2007
1 parent 18fdfc7 commit 9bac37d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: cc121fa87a0ce356c23fb4d7358310e747cad8cc
refs/heads/master: b225b884a18a1932db5414abd3ef94a45e4e348e
2 changes: 2 additions & 0 deletions trunk/net/sctp/ipv6.c
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,8 @@ static struct sock *sctp_v6_create_accept_sk(struct sock *sk,
newsctp6sk = (struct sctp6_sock *)newsk;
inet_sk(newsk)->pinet6 = &newsctp6sk->inet6;

sctp_sk(newsk)->v4mapped = sctp_sk(sk)->v4mapped;

newinet = inet_sk(newsk);
newnp = inet6_sk(newsk);

Expand Down

0 comments on commit 9bac37d

Please sign in to comment.