diff options
| author | Christian S.J. Peron <csjp@FreeBSD.org> | 2007-01-01 01:40:29 +0000 |
|---|---|---|
| committer | Christian S.J. Peron <csjp@FreeBSD.org> | 2007-01-01 01:40:29 +0000 |
| commit | 22a0de89ff8dd2795155d255bf026e22f6e0442c (patch) | |
| tree | 3a3e75a1f3a2ce94ab5d29c30a4c1bf6fadba009 /sys/security/mac/mac_framework.c | |
| parent | e79c6a301d47c2d9d5a565a3b2762d1b1de819ca (diff) | |
Notes
Diffstat (limited to 'sys/security/mac/mac_framework.c')
| -rw-r--r-- | sys/security/mac/mac_framework.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/security/mac/mac_framework.c b/sys/security/mac/mac_framework.c index 14a78073a28a..d54316ecb674 100644 --- a/sys/security/mac/mac_framework.c +++ b/sys/security/mac/mac_framework.c @@ -282,9 +282,6 @@ mac_policy_list_conditional_busy(void) mtx_unlock(&mac_policy_mtx); return (ret); #else - if (!mac_late) - return (1); - return (1); #endif } |
