mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove extraneous & to fix compile.
This commit is contained in:
parent
360b288fd2
commit
e5bc4f1b34
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue