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