summaryrefslogtreecommitdiffstats
path: root/sys/security
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-10-21 17:01:30 +0000
committerrwatson <rwatson@FreeBSD.org>2002-10-21 17:01:30 +0000
commit92611f31b9203b68125838ed88e8dba6eeff9f5a (patch)
tree5617106b05426cb2a156164f7ce9cd09c89efe77 /sys/security
parent963bded1fb2f4ecfdaa5a4ec70ab3f869451e270 (diff)
downloadFreeBSD-src-92611f31b9203b68125838ed88e8dba6eeff9f5a.zip
FreeBSD-src-92611f31b9203b68125838ed88e8dba6eeff9f5a.tar.gz
White space nit the crept in during merge.
Diffstat (limited to 'sys/security')
-rw-r--r--sys/security/mac_mls/mac_mls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac_mls/mac_mls.c b/sys/security/mac_mls/mac_mls.c
index 63150d3..8938ded 100644
--- a/sys/security/mac_mls/mac_mls.c
+++ b/sys/security/mac_mls/mac_mls.c
@@ -1064,7 +1064,7 @@ mac_mls_check_cred_relabel(struct ucred *cred, struct label *newlabel)
* new range label must be in the current range.
*/
if (new->mm_flags & MAC_MLS_FLAG_RANGE &&
- !mac_mls_range_in_range(new, subj))
+ !mac_mls_range_in_range(new, subj))
return (EPERM);
/*
OpenPOWER on IntegriCloud