diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2005-10-03 11:34:29 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2005-10-03 11:34:29 +0000 |
| commit | c48b03fb69c5aace61f953ca9c6b2032f9266a53 (patch) | |
| tree | b19916e0f3559699ec173dffb889f6f100465b68 /sys/netinet | |
| parent | 1fa9efeffb61f696dfdf6b7c3fa10c7ef1a7a7bc (diff) | |
Notes
Diffstat (limited to 'sys/netinet')
| -rw-r--r-- | sys/netinet/in.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/in.c b/sys/netinet/in.c index 0f44ba83f8fe5..84052a3913e60 100644 --- a/sys/netinet/in.c +++ b/sys/netinet/in.c @@ -1044,8 +1044,8 @@ in_delmulti(inm) if_delmulti(ifma->ifma_ifp, ifma->ifma_addr); if (my_inm.inm_ifp != NULL) igmp_leavegroup(&my_inm); - IFF_UNLOCKGIANT(ifp); IN_MULTI_UNLOCK(); + IFF_UNLOCKGIANT(ifp); } /* |
