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:
Bill Paul 2000-10-15 21:15:38 +00:00
parent f91f965e85
commit 67db683bc9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67177

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;
}