Author: trasz
Date: Thu Sep  9 20:37:19 2010
New Revision: 212379
URL: http://svn.freebsd.org/changeset/base/212379

Log:
  Arrgh, tested wrong source tree _again_.  Fix previous commit.  Also,
  this and previous one are MFC candidate.
  
  MFC after:    1 month

Modified:
  head/lib/libc/posix1e/acl_strip.c

Modified: head/lib/libc/posix1e/acl_strip.c
==============================================================================
--- head/lib/libc/posix1e/acl_strip.c   Thu Sep  9 20:26:30 2010        
(r212378)
+++ head/lib/libc/posix1e/acl_strip.c   Thu Sep  9 20:37:19 2010        
(r212379)
@@ -180,7 +180,7 @@ acl_is_trivial_np(const acl_t aclp, int 
                 * it's non trivial by definition.
                 */
                if (aclp->ats_acl.acl_cnt > 6) {
-                       *trivialp = 1;
+                       *trivialp = 0;
                        return (0);
                }
                        
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to