Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61748
b: refs/heads/master
c: bd3b071
h: refs/heads/master
v: v3
  • Loading branch information
YOSHIFUJI Hideaki committed Jul 19, 2007
1 parent db51444 commit f57b7ae
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: d083450939dcfdc9f0e791e98478bd6d8ff80eea
refs/heads/master: bd3b071b91a8acfe93b01567f556c879db049f99
2 changes: 1 addition & 1 deletion trunk/net/ax25/af_ax25.c
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ static int __must_check ax25_connect(struct socket *sock,

for (;;) {
prepare_to_wait(sk->sk_sleep, &wait,
TASK_INTERRUPTIBLE);
TASK_INTERRUPTIBLE);
if (sk->sk_state != TCP_SYN_SENT)
break;
if (!signal_pending(current)) {
Expand Down

0 comments on commit f57b7ae

Please sign in to comment.