patch-1.3.30 linux/net/netrom/nr_timer.c
Next file: linux/Makefile
Previous file: linux/net/netrom/nr_subr.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Wed Sep 27 13:07:34 1995
- Orig file:
v1.3.29/linux/net/netrom/nr_timer.c
- Orig date:
Mon Jul 31 15:59:05 1995
diff -u --recursive --new-file v1.3.29/linux/net/netrom/nr_timer.c linux/net/netrom/nr_timer.c
@@ -91,7 +91,7 @@
case NR_STATE_0:
/* Magic here: If we listen() and a new link dies before it
is accepted() it isnt 'dead' so doesnt get removed. */
- if (sk->dead) {
+ if (sk->destroy || (sk->state == TCP_LISTEN && sk->dead)) {
del_timer(&sk->timer);
nr_destroy_socket(sk);
return;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this