From: Volker Lendecke Date: Fri, 20 Mar 2009 15:09:17 +0000 (+0100) Subject: Fix the build of nfsv4_acls.c X-Git-Tag: tdb-1.1.5~1066 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=9e70a960b78b8c2ca7c308a4ff9af9011804585c Fix the build of nfsv4_acls.c .. after adding smb_iconv_convenience to ndr_size_security_descriptor() --- diff --git a/source3/modules/nfs4_acls.c b/source3/modules/nfs4_acls.c index 7756f8f3abf..462e59313ab 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; }