Arrgh, tested wrong source tree _again_. Fix previous commit. Also,
this and previous one are MFC candidate. MFC after: 1 month
This commit is contained in:
parent
d1a02e0932
commit
781413510d
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user