Unlock Giant symmetrically with respect to lock acquire order as that's

generally nicer.

Spotted by:	johan
MFC after:	1 week
This commit is contained in:
rwatson 2005-10-03 11:34:29 +00:00
parent 2d9ef0269a
commit dc2be38288

View File

@ -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);
}
/*