Fix a compiler warning.

MFC after:	1 week
This commit is contained in:
hrs 2013-07-03 07:31:07 +00:00
parent a02844e93b
commit 5ede8e3214

View File

@ -1100,6 +1100,7 @@ bridge_ioctl_add(struct bridge_softc *sc, void *arg)
* interfaces have inet6 address. If any, remove
* inet6 addresses on the interface to be added.
*/
ia6_m = NULL;
BRIDGE_XLOCK(sc);
LIST_FOREACH(bif, &sc->sc_iflist, bif_next) {
ia6_m = in6ifa_llaonifp(bif->bif_ifp);