summaryrefslogtreecommitdiffstats
path: root/sys/security
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-10-30 00:16:59 +0000
committerrwatson <rwatson@FreeBSD.org>2002-10-30 00:16:59 +0000
commitd81ef804ab3e9608e91db2a3651b5872d0a887d8 (patch)
tree4cc3ac5c93e9dfd88dd2395b15d331e9de20a734 /sys/security
parentfc851fde9efadcab52dd211633c0010596fe3973 (diff)
downloadFreeBSD-src-d81ef804ab3e9608e91db2a3651b5872d0a887d8.zip
FreeBSD-src-d81ef804ab3e9608e91db2a3651b5872d0a887d8.tar.gz
Try again to fix the KASSERT.
Diffstat (limited to 'sys/security')
-rw-r--r--sys/security/mac_biba/mac_biba.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac_biba/mac_biba.c b/sys/security/mac_biba/mac_biba.c
index bff2e29..b57adfe 100644
--- a/sys/security/mac_biba/mac_biba.c
+++ b/sys/security/mac_biba/mac_biba.c
@@ -224,7 +224,7 @@ mac_biba_subject_dominate_high(struct mac_biba *mac_biba)
{
struct mac_biba_element *element;
- KASSERT((mac_biba->mb_single.mb_flags & MAC_BIBA_FLAG_SINGLE) != 0,
+ KASSERT((mac_biba->mb_flags & MAC_BIBA_FLAG_SINGLE) != 0,
("mac_biba_single_in_range: mac_biba not single"));
element = &mac_biba->mb_single;
OpenPOWER on IntegriCloud