[SCM] Samba Shared Repository - branch v3-5-test updated - tevent-0-9-8-930-g00738a2

Jeremy Allison jra at samba.org
Fri Oct 2 12:08:13 MDT 2009


The branch, v3-5-test has been updated
       via  00738a2c92ab9e8d35976b49f1809e88f77d1e9d (commit)
      from  8b5fddf729d73fa2c0e4496fa5aa0d1093c70a05 (commit)

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


- Log -----------------------------------------------------------------
commit 00738a2c92ab9e8d35976b49f1809e88f77d1e9d
Author: Jeremy Allison <jra at samba.org>
Date:   Fri Oct 2 11:07:17 2009 -0700

    Missed one VFS_STAT -> VFS_LSTAT
    Jeremy.

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

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 e289e51..6b5a9af 100644
--- a/source3/smbd/posix_acls.c
+++ b/source3/smbd/posix_acls.c
@@ -3494,7 +3494,7 @@ int try_chown(connection_struct *conn, struct smb_filename *smb_fname,
 	}
 
 	if (lp_posix_pathnames()) {
-		ret = SMB_VFS_STAT(conn, smb_fname);
+		ret = SMB_VFS_LSTAT(conn, smb_fname);
 	} else {
 		ret = SMB_VFS_STAT(conn, smb_fname);
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list