View | Details | Raw Unified | Return to bug 237329
Collapse All | Expand All

(-)sys/netinet6/mld6.c (+2 lines)
Lines 1708-1713 mld_v2_cancel_link_timers(struct mld_ifsoftc *mli) Link Here
1708
			 * version, we need to release the final
1708
			 * version, we need to release the final
1709
			 * reference held for issuing the INCLUDE {}.
1709
			 * reference held for issuing the INCLUDE {}.
1710
			 */
1710
			 */
1711
			if (inm->in6m_refcount == 1)
1712
				in6m_disconnect_locked(&inmh, inm);
1711
			in6m_rele_locked(&inmh, inm);
1713
			in6m_rele_locked(&inmh, inm);
1712
			/* FALLTHROUGH */
1714
			/* FALLTHROUGH */
1713
		case MLD_G_QUERY_PENDING_MEMBER:
1715
		case MLD_G_QUERY_PENDING_MEMBER:

Return to bug 237329