The branch, master has been updated
       via  8b7a1394aae8c59adb04a8cfc5e38ae0cb4462ab (commit)
      from  15cfc38c255c8caa098ca57774d1ee74b306c813 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 8b7a1394aae8c59adb04a8cfc5e38ae0cb4462ab
Author: Tim Prouty <tpro...@samba.org>
Date:   Fri Jan 30 15:19:55 2009 -0800

    s3 onefs: Fix onefs ACLs to work with updated ACL syscall

-----------------------------------------------------------------------

Summary of changes:
 source3/modules/onefs_acl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/modules/onefs_acl.c b/source3/modules/onefs_acl.c
index b9ec2d6..14b27b8 100644
--- a/source3/modules/onefs_acl.c
+++ b/source3/modules/onefs_acl.c
@@ -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));


-- 
Samba Shared Repository

Reply via email to