patch-pre2.0.14-final2.0 linux/net/ipv4/af_inet.c
Next file: linux/net/ipv4/ip_fw.c
Previous file: linux/net/core/sock.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Fri Jun 7 10:14:29 1996
- Orig file:
pre2.0.14/linux/net/ipv4/af_inet.c
- Orig date:
Sat Jun 1 20:11:37 1996
diff -u --recursive --new-file pre2.0.14/linux/net/ipv4/af_inet.c linux/net/ipv4/af_inet.c
@@ -429,11 +429,8 @@
{
/* this should never happen. */
/* actually it can if an ack has just been sent. */
- /*
- * Make this a NETDEBUG at 2.0pre
- */
- /*NETDEBUG(*/printk("Socket destroy delayed (r=%d w=%d)\n",
- sk->rmem_alloc, sk->wmem_alloc)/*)*/;
+ NETDEBUG(printk("Socket destroy delayed (r=%d w=%d)\n",
+ sk->rmem_alloc, sk->wmem_alloc));
sk->destroy = 1;
sk->ack_backlog = 0;
release_sock(sk);
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