patch-1.3.61 linux/net/ipv4/igmp.c

Next file: linux/net/ipv4/ip_forward.c
Previous file: linux/net/core/dev.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.60/linux/net/ipv4/igmp.c linux/net/ipv4/igmp.c
@@ -51,6 +51,8 @@
  *					which caused a "del_timer() called 
  *					from %p with timer not initialized\n"
  *					message (960131).
+ *		Christian Daudt :	removed del_timer from 
+ *					igmp_timer_expire function (960205).
  */
 
 
@@ -259,7 +261,8 @@
 {
 	struct ip_mc_list *im=(struct ip_mc_list *)data;
 	struct ip_router_info *r;
-	igmp_stop_timer(im);
+
+	im->tm_running=0;
 	r=igmp_get_mrouter_info(im->interface);
 	if(r==NULL)
 		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