1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-30 12:04:07 +00:00

Oops, add missing ~ operator.

This commit is contained in:
Pyun YongHyeon 2009-05-25 04:27:12 +00:00
parent 4b76fe63d9
commit 40d6bed8a7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=192725

View File

@ -2800,7 +2800,7 @@ mskc_resume(device_t dev)
((sc->msk_if[i]->msk_ifp->if_flags & IFF_UP) != 0))
msk_init_locked(sc->msk_if[i]);
}
sc->msk_pflags &= MSK_FLAG_SUSPEND;
sc->msk_pflags &= ~MSK_FLAG_SUSPEND;
MSK_UNLOCK(sc);