Fix one instance of XL_LOCK() that should have been XL_UNLOCK(). After

doing this so many times, I guess I was entitled to at least one typo.
Thanks to all who spotted this.
This commit is contained in:
wpaul 2000-10-15 21:15:38 +00:00
parent 2fff1245fa
commit f6a9ec137a

View File

@ -2082,7 +2082,7 @@ static void xl_intr(arg)
if (ifp->if_snd.ifq_head != NULL)
(*ifp->if_start)(ifp);
XL_LOCK(sc);
XL_UNLOCK(sc);
return;
}