The purgemulti call is not needed since all the ports have already been detached.

This commit is contained in:
Andrew Thompson 2007-05-07 00:52:26 +00:00
parent cdc6f95f84
commit efcd0965ad

View file

@ -275,9 +275,6 @@ lagg_clone_destroy(struct ifnet *ifp)
if (sc->sc_detach != NULL)
(*sc->sc_detach)(sc);
/* Remove any multicast groups that we may have joined. */
lagg_ether_purgemulti(sc);
LAGG_UNLOCK(sc);
ifmedia_removeall(&sc->sc_media);