diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet6/mld6.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet6/mld6.c b/sys/netinet6/mld6.c index d6ea7c8..13fe867 100644 --- a/sys/netinet6/mld6.c +++ b/sys/netinet6/mld6.c @@ -637,6 +637,7 @@ in6_delmulti(in6m) * No remaining claims to this record; let MLD6 know * that we are leaving the multicast group. */ + mld_stoptimer(in6m); mld6_stop_listening(in6m); ifma->ifma_protospec = NULL; LIST_REMOVE(in6m, in6m_entry); |