[SCM] Samba Shared Repository - branch master updated

David Disseldorp ddiss at samba.org
Mon Feb 11 12:24:02 MST 2013


The branch, master has been updated
       via  f25debf Fix bug #9642 - vfs_afsacl.c won't build.
      from  c932b13 Improve the configure tests for aio_suspend to get rid of warnings. Timur provided the wscript method, I added the configure.in correction.

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


- Log -----------------------------------------------------------------
commit f25debf2fbf988c7b3415b86ccc5880319517bdd
Author: Jeremy Allison <jra at samba.org>
Date:   Fri Feb 8 17:08:28 2013 -0800

    Fix bug #9642 - vfs_afsacl.c won't build.
    
    Add missing mem_ctx argument.
    
    Signed-off-by: Jeremy Allison <jra at samba.org>
    Reviewed-by: David Disseldorp <ddiss at samba.org>
    
    Autobuild-User(master): David Disseldorp <ddiss at samba.org>
    Autobuild-Date(master): Mon Feb 11 20:24:00 CET 2013 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_afsacl.c b/source3/modules/vfs_afsacl.c
index 7d1895f..66e256c 100644
--- a/source3/modules/vfs_afsacl.c
+++ b/source3/modules/vfs_afsacl.c
@@ -700,7 +700,8 @@ static size_t afs_fto_nt_acl(struct afs_acl *afs_acl,
 		return 0;
 	}
 
-	return afs_to_nt_acl_common(afs_acl, &sbuf, security_info, ppdesc);
+	return afs_to_nt_acl_common(afs_acl, &sbuf, security_info,
+				mem_ctx, ppdesc);
 }
 
 static bool mappable_sid(const struct dom_sid *sid)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list