summaryrefslogtreecommitdiffstats
path: root/sys/security
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-10-22 18:36:47 +0000
committerrwatson <rwatson@FreeBSD.org>2002-10-22 18:36:47 +0000
commitd6241fec61d87f5eddfed97983220922523ae3ed (patch)
tree77af90168baf7d0badacb255785e4e327b250f20 /sys/security
parent9130753f7bfb5024993a17fbec7fac7020574e06 (diff)
downloadFreeBSD-src-d6241fec61d87f5eddfed97983220922523ae3ed.zip
FreeBSD-src-d6241fec61d87f5eddfed97983220922523ae3ed.tar.gz
s/mls/biba/ in a copy+paste error for a printf.
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 b053f51..50e9f43 100644
--- a/sys/security/mac_mls/mac_mls.c
+++ b/sys/security/mac_mls/mac_mls.c
@@ -718,7 +718,7 @@ mac_mls_parse(struct mac_mls *mac_mls, char *string)
}
KASSERT((rangelow != NULL && rangehigh != NULL) ||
(rangelow == NULL && rangehigh == NULL),
- ("mac_biba_internalize_label: range mismatch"));
+ ("mac_mls_internalize_label: range mismatch"));
bzero(mac_mls, sizeof(*mac_mls));
if (single != NULL) {
OpenPOWER on IntegriCloud