Correct assignment of the resulting ACL allowing the mask entry to
be properly set. Obtained from: TrustedBSD Project
This commit is contained in:
parent
6a616ff41c
commit
0051154b1c
@ -105,7 +105,7 @@ set_acl_mask(acl_t *prev_acl)
|
||||
return 0;
|
||||
}
|
||||
|
||||
prev_acl = &acl;
|
||||
**prev_acl = *acl;
|
||||
acl_free(acl);
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user