Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 12112
b: refs/heads/master
c: a3d7a9d
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Arnaldo Carvalho de Melo committed Oct 31, 2005
1 parent 9ca2f02 commit ac3e5be
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 6b7d31fcdda5938e5d3f1f8b0922cc25aa200dfc
refs/heads/master: a3d7a9d77533d7516a8cfb8e2b612cd5ead4fa59
1 change: 1 addition & 0 deletions trunk/net/rose/rose_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ static void rose_heartbeat_expiry(unsigned long param)
is accepted() it isn't 'dead' so doesn't get removed. */
if (sock_flag(sk, SOCK_DESTROY) ||
(sk->sk_state == TCP_LISTEN && sock_flag(sk, SOCK_DEAD))) {
bh_unlock_sock(sk);
rose_destroy_socket(sk);
return;
}
Expand Down

0 comments on commit ac3e5be

Please sign in to comment.