patch-1.3.14 linux/net/appletalk/ddp.c

Next file: linux/net/ax25/af_ax25.c
Previous file: linux/net/appletalk/aarp.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.13/linux/net/appletalk/ddp.c linux/net/appletalk/ddp.c
@@ -199,7 +199,7 @@
 		 *	Someone is using our buffers still.. defer
 		 */
 		init_timer(&sk->timer);
-		sk->timer.expires=10*HZ;
+		sk->timer.expires=jiffies+10*HZ;
 		sk->timer.function=atalk_destroy_timer;
 		sk->timer.data = (unsigned long)sk;
 		add_timer(&sk->timer);

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