[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-590-gd3289c3

Volker Lendecke vlendec at samba.org
Fri Mar 27 10:12:59 GMT 2009


The branch, v3-4-test has been updated
       via  d3289c3e7df5951c1634642f026fc7873579b235 (commit)
      from  5e77abe108bab07c04f5c7186b63a4c0fef59721 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-4-test


- Log -----------------------------------------------------------------
commit d3289c3e7df5951c1634642f026fc7873579b235
Author: Volker Lendecke <vl at samba.org>
Date:   Fri Mar 20 16:09:17 2009 +0100

    Fix the build of nfsv4_acls.c
    
    .. after adding smb_iconv_convenience to ndr_size_security_descriptor()
    (cherry picked from commit 9e70a960b78b8c2ca7c308a4ff9af9011804585c)

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

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


Changeset truncated at 500 lines:

diff --git a/source3/modules/nfs4_acls.c b/source3/modules/nfs4_acls.c
index 7756f8f..462e593 100644
--- a/source3/modules/nfs4_acls.c
+++ b/source3/modules/nfs4_acls.c
@@ -315,7 +315,7 @@ static NTSTATUS smb_get_nt_acl_nfs4_common(const SMB_STRUCT_STAT *sbuf,
 	}
 
 	DEBUG(10, ("smb_get_nt_acl_nfs4_common successfully exited with sd_size %d\n",
-		   ndr_size_security_descriptor(*ppdesc, 0)));
+		   ndr_size_security_descriptor(*ppdesc, NULL, 0)));
 
 	return NT_STATUS_OK;
 }


-- 
Samba Shared Repository


More information about the samba-cvs mailing list