Add a missing break in a switch statement.

Found with:	Coverity Prevent(tm)
CID:		4302
MFC after:	2 weeks
This commit is contained in:
Christian Brueffer 2009-05-15 21:06:28 +00:00
parent 216fa4c607
commit f633d09533
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=192158

View File

@ -915,6 +915,7 @@ ep_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
} else {
ifmr->ifm_active = IFM_ETHER | IFM_NONE;
}
break;
default:
ifmr->ifm_active = sc->ifmedia.ifm_media;
break;