1
0
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:
Tim Prouty 2009-01-30 15:19:55 -08:00
parent 15cfc38c25
commit 8b7a1394aa

View File

@ -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));