Remove extraneous & to fix compile.

This commit is contained in:
John Baldwin 2003-11-12 17:21:57 +00:00
parent 360b288fd2
commit e5bc4f1b34

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