[SCM] Samba Shared Repository - branch master updated - 7ae625345536572aa946f0715542a5cf2dbc2169

Jeremy Allison jra at samba.org
Fri Nov 7 04:41:28 GMT 2008


The branch, master has been updated
       via  7ae625345536572aa946f0715542a5cf2dbc2169 (commit)
      from  8b4b5c3a92be83e99d9177b04f0da56f610025de (commit)

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


- Log -----------------------------------------------------------------
commit 7ae625345536572aa946f0715542a5cf2dbc2169
Author: Herb Lewis <hlewis at panasas.com>
Date:   Thu Nov 6 20:40:20 2008 -0800

    Convert to use VFS layer.

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

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


Changeset truncated at 500 lines:

diff --git a/source3/smbd/posix_acls.c b/source3/smbd/posix_acls.c
index 97b87cc..7ca2ed7 100644
--- a/source3/smbd/posix_acls.c
+++ b/source3/smbd/posix_acls.c
@@ -4301,7 +4301,7 @@ SEC_DESC *get_nt_acl_no_snum( TALLOC_CTX *ctx, const char *fname)
 	finfo.fh->fd = -1;
 	finfo.fsp_name = CONST_DISCARD(char *,fname);
 
-	if (!NT_STATUS_IS_OK(posix_fget_nt_acl( &finfo, DACL_SECURITY_INFORMATION, &psd))) {
+	if (!NT_STATUS_IS_OK(SMB_VFS_FGET_NT_ACL( &finfo, DACL_SECURITY_INFORMATION, &psd))) {
 		DEBUG(0,("get_nt_acl_no_snum: get_nt_acl returned zero.\n"));
 		conn_free_internal( conn );
 		return NULL;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list