linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][2.5] init_timer for mcast.c/mca_timer
@ 2002-11-13  1:59 Zwane Mwaikambo
  0 siblings, 0 replies; only message in thread
From: Zwane Mwaikambo @ 2002-11-13  1:59 UTC (permalink / raw)
  To: Linux Kernel; +Cc: Arnaldo Carvalho de Melo

Index: linux-2.5.47/net/ipv6/mcast.c
===================================================================
RCS file: /build/cvsroot/linux-2.5.47/net/ipv6/mcast.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 mcast.c
--- linux-2.5.47/net/ipv6/mcast.c	11 Nov 2002 03:59:07 -0000	1.1.1.1
+++ linux-2.5.47/net/ipv6/mcast.c	12 Nov 2002 23:22:44 -0000
@@ -298,6 +298,7 @@
 	memset(mc, 0, sizeof(struct ifmcaddr6));
 	mc->mca_timer.function = igmp6_timer_handler;
 	mc->mca_timer.data = (unsigned long) mc;
+	init_timer(&mc->mca_timer);
 
 	memcpy(&mc->mca_addr, addr, sizeof(struct in6_addr));
 	mc->idev = idev;

-- 
function.linuxpower.ca


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-11-13  1:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-13  1:59 [PATCH][2.5] init_timer for mcast.c/mca_timer Zwane Mwaikambo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).