diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-08-12 01:18:33 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-08-12 01:18:33 +0000 |
| commit | 64844747f04571001a0319c6aa7f71a7f208ea77 (patch) | |
| tree | d65b2771eeb94ead495d915d826617f53abd31fa /sys/compat/linux/linux_file.c | |
| parent | 34a762e3350f7e3b385646976a3737eeb96c261b (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux/linux_file.c')
| -rw-r--r-- | sys/compat/linux/linux_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_file.c b/sys/compat/linux/linux_file.c index 3c459dd32452..847e23e50fb2 100644 --- a/sys/compat/linux/linux_file.c +++ b/sys/compat/linux/linux_file.c @@ -331,7 +331,7 @@ again: /* * Do directory search MAC check using non-cached credentials. */ - if ((error = mac_check_vnode_readdir(td->td_proc->p_ucred, vp)) + if ((error = mac_check_vnode_readdir(td->td_proc->p_ucred, vp))) goto out; #endif /* MAC */ if ((error = VOP_READDIR(vp, &auio, fp->f_cred, &eofflag, &ncookies, |
