summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2010-09-09 20:37:19 +0000
committertrasz <trasz@FreeBSD.org>2010-09-09 20:37:19 +0000
commit9925a95918e77ac4ead38403a569bc8090731378 (patch)
treee4b041c929b4ff76c3ca646811645cda9794f66d /lib/libc/posix1e
parentab70899cdee4b0ebe4144f0eb52718553e199387 (diff)
downloadFreeBSD-src-9925a95918e77ac4ead38403a569bc8090731378.zip
FreeBSD-src-9925a95918e77ac4ead38403a569bc8090731378.tar.gz
Arrgh, tested wrong source tree _again_. Fix previous commit. Also,
this and previous one are MFC candidate. MFC after: 1 month
Diffstat (limited to 'lib/libc/posix1e')
-rw-r--r--lib/libc/posix1e/acl_strip.c2
1 files changed, 1 insertions, 1 deletions
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);
}
OpenPOWER on IntegriCloud