mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
s3 onefs: Fix onefs ACLs to work with updated ACL syscall
This commit is contained in:
parent
15cfc38c25
commit
8b7a1394aa
@ -667,7 +667,7 @@ onefs_fget_nt_acl(vfs_handle_struct *handle, files_struct *fsp,
|
||||
}
|
||||
|
||||
error = ifs_get_security_descriptor(fsp->fh->fd, security_info,
|
||||
&sd_size, sd);
|
||||
sd_size, &sd_size, sd);
|
||||
if (error && (errno != EMSGSIZE)) {
|
||||
DEBUG(0, ("Failed getting size of security descriptor! "
|
||||
"errno=%d\n", errno));
|
||||
|
Loading…
x
Reference in New Issue
Block a user