Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166633
b: refs/heads/master
c: 8c185ab
h: refs/heads/master
i:
  166631: dfd5fd6
v: v3
  • Loading branch information
Jarek Poplawski authored and David S. Miller committed Sep 30, 2009
1 parent 7d93fdf commit e832004
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: 81bbb3d4048cf577b5babcb0834230de391a35c5
refs/heads/master: 8c185ab6185bf5e67766edb000ce428269364c86
2 changes: 1 addition & 1 deletion trunk/net/ax25/af_ax25.c
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,6 @@ struct sock *ax25_make_new(struct sock *osk, struct ax25_dev *ax25_dev)

sock_init_data(NULL, sk);

sk->sk_destruct = ax25_free_sock;
sk->sk_type = osk->sk_type;
sk->sk_priority = osk->sk_priority;
sk->sk_protocol = osk->sk_protocol;
Expand Down Expand Up @@ -939,6 +938,7 @@ struct sock *ax25_make_new(struct sock *osk, struct ax25_dev *ax25_dev)
}

sk->sk_protinfo = ax25;
sk->sk_destruct = ax25_free_sock;
ax25->sk = sk;

return sk;
Expand Down

0 comments on commit e832004

Please sign in to comment.