From 22a0de89ff8dd2795155d255bf026e22f6e0442c Mon Sep 17 00:00:00 2001 From: "Christian S.J. Peron" Date: Mon, 1 Jan 2007 01:40:29 +0000 Subject: Remove conditional return of 1. For the MAC_STATIC case at this point in the code, one being returned is invariant. Discussed with: rwatson MFC after: 1 week --- sys/security/mac/mac_framework.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys') 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 } -- cgit v1.2.3