mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
vfs_zfsacl: reformatting
No change in behaviour. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14587 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
89e2d68bb4
commit
a8457ac3c8
@ -219,8 +219,9 @@ static bool zfs_process_smbacl(vfs_handle_struct *handle, files_struct *fsp,
|
||||
}
|
||||
if (must_add_empty_ace) {
|
||||
acebuf[i].a_type = SMB_ACE4_ACCESS_ALLOWED_ACE_TYPE;
|
||||
acebuf[i].a_flags = SMB_ACE4_DIRECTORY_INHERIT_ACE| \
|
||||
SMB_ACE4_FILE_INHERIT_ACE|ACE_EVERYONE;
|
||||
acebuf[i].a_flags = SMB_ACE4_DIRECTORY_INHERIT_ACE |
|
||||
SMB_ACE4_FILE_INHERIT_ACE |
|
||||
ACE_EVERYONE;
|
||||
acebuf[i].a_access_mask = 0;
|
||||
i++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user