From 9331ac9fb01feef172b1090d044cdab09aff5104 Mon Sep 17 00:00:00 2001 From: David Stevens Date: Wed, 19 Nov 2003 02:29:14 -0800 Subject: [IPV6]: In multicast code, set MAF_TIMER_RUNNING when timer is set. --- net/ipv6/mcast.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/ipv6/mcast.c b/net/ipv6/mcast.c index ad2f0af892d9..00e0a4b4f048 100644 --- a/net/ipv6/mcast.c +++ b/net/ipv6/mcast.c @@ -978,6 +978,7 @@ static void igmp6_group_queried(struct ifmcaddr6 *ma, unsigned long resptime) ma->mca_timer.expires = jiffies + delay; if (!mod_timer(&ma->mca_timer, jiffies + delay)) atomic_inc(&ma->mca_refcnt); + ma->mca_flags |= MAF_TIMER_RUNNING; } static void mld_marksources(struct ifmcaddr6 *pmc, int nsrcs, -- cgit v1.2.3