Remove extraneous & to fix compile.

This commit is contained in:
John Baldwin 2003-11-12 17:21:57 +00:00
parent 360b288fd2
commit e5bc4f1b34
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122569

View File

@ -1065,7 +1065,7 @@ static int
mac_test_check_kenv_dump(struct ucred *cred)
{
ASSERT_CRED_LABEL(&cred->cr_label);
ASSERT_CRED_LABEL(cred->cr_label);
return (0);
}