summaryrefslogtreecommitdiff
path: root/source3/modules/nfs4_acls.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-03-20 16:09:17 +0100
committerVolker Lendecke <vl@samba.org>2009-03-27 11:10:50 +0100
commit9e70a960b78b8c2ca7c308a4ff9af9011804585c (patch)
tree5bce1fd1e526f611ca13b36e0393b06f2f3a40bc /source3/modules/nfs4_acls.c
parenta9bc6a3d457fc2e568317b9867f8b3dc2a8f0d4f (diff)
downloadsamba-9e70a960b78b8c2ca7c308a4ff9af9011804585c.tar.gz
samba-9e70a960b78b8c2ca7c308a4ff9af9011804585c.tar.bz2
samba-9e70a960b78b8c2ca7c308a4ff9af9011804585c.zip
Fix the build of nfsv4_acls.c
.. after adding smb_iconv_convenience to ndr_size_security_descriptor()
Diffstat (limited to 'source3/modules/nfs4_acls.c')
-rw-r--r--source3/modules/nfs4_acls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/nfs4_acls.c b/source3/modules/nfs4_acls.c
index 7756f8f3ab..462e59313a 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;
}