Correct assignment of the resulting ACL allowing the mask entry to

be properly set.

Obtained from:	TrustedBSD Project
This commit is contained in:
Chris D. Faulhaber 2001-05-03 03:17:44 +00:00
parent 6a616ff41c
commit 0051154b1c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76233

View file

@ -105,7 +105,7 @@ set_acl_mask(acl_t *prev_acl)
return 0;
}
prev_acl = &acl;
**prev_acl = *acl;
acl_free(acl);
return 0;