Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183715
b: refs/heads/master
c: 09cb47a
h: refs/heads/master
i:
  183713: 9b566c4
  183711: ea0c693
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Jan 21, 2010
1 parent 20370c3 commit 7c81e5b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 17660f81243e998f36257881ac3ae61685bf91c1
refs/heads/master: 09cb47a2c68f9596927bc05dab0453edb35cd32d
2 changes: 1 addition & 1 deletion trunk/net/sctp/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -6359,7 +6359,7 @@ void sctp_copy_sock(struct sock *newsk, struct sock *sk,
struct sctp_association *asoc)
{
struct inet_sock *inet = inet_sk(sk);
struct inet_sock *newinet = inet_sk(newsk);
struct inet_sock *newinet;

newsk->sk_type = sk->sk_type;
newsk->sk_bound_dev_if = sk->sk_bound_dev_if;
Expand Down

0 comments on commit 7c81e5b

Please sign in to comment.