Remove extraneous & to fix compile.
This commit is contained in:
parent
360b288fd2
commit
e5bc4f1b34
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122569
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user