diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2003-11-12 17:21:57 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2003-11-12 17:21:57 +0000 |
| commit | e5bc4f1b34be3d9aa2adf63e58884cc3ad54ba5a (patch) | |
| tree | a60dab22c4b06e59fcb756fddfa8b8e546b63d92 /sys/security | |
| parent | 360b288fd2e2395d7663a9b699f225e5fc4d846d (diff) | |
Notes
Diffstat (limited to 'sys/security')
| -rw-r--r-- | sys/security/mac_test/mac_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac_test/mac_test.c b/sys/security/mac_test/mac_test.c index 322667944b443..ba8e514290527 100644 --- a/sys/security/mac_test/mac_test.c +++ b/sys/security/mac_test/mac_test.c @@ -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); } |
