From 9925a95918e77ac4ead38403a569bc8090731378 Mon Sep 17 00:00:00 2001 From: trasz Date: Thu, 9 Sep 2010 20:37:19 +0000 Subject: Arrgh, tested wrong source tree _again_. Fix previous commit. Also, this and previous one are MFC candidate. MFC after: 1 month --- lib/libc/posix1e/acl_strip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/libc/posix1e/acl_strip.c b/lib/libc/posix1e/acl_strip.c index be36afa..82eacdc 100644 --- a/lib/libc/posix1e/acl_strip.c +++ b/lib/libc/posix1e/acl_strip.c @@ -180,7 +180,7 @@ acl_is_trivial_np(const acl_t aclp, int *trivialp) * it's non trivial by definition. */ if (aclp->ats_acl.acl_cnt > 6) { - *trivialp = 1; + *trivialp = 0; return (0); } -- cgit v1.1