Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110227
b: refs/heads/master
c: 33d1d2c
h: refs/heads/master
i:
  110225: 7aaf350
  110223: 3a78bf0
v: v3
  • Loading branch information
David S. Miller committed Oct 6, 2008
1 parent 738c5c7 commit af8f4fb
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: 88a944eef8a4f9a2ca647eb16202a2b63f8ba7cd
refs/heads/master: 33d1d2c52c3befa6c4df33b4ba58137d1c48894b
3 changes: 3 additions & 0 deletions trunk/net/ax25/af_ax25.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,9 @@ void ax25_destroy_socket(ax25_cb *ax25)
/* Queue the unaccepted socket for death */
sock_orphan(skb->sk);

/* 9A4GL: hack to release unaccepted sockets */
skb->sk->sk_state = TCP_LISTEN;

ax25_start_heartbeat(sax25);
sax25->state = AX25_STATE_0;
}
Expand Down

0 comments on commit af8f4fb

Please sign in to comment.