[SCM] Samba Shared Repository - branch master updated - tevent-0-9-8-926-g1cebf2d

Jeremy Allison jra at samba.org
Fri Oct 2 12:07:58 MDT 2009


The branch, master has been updated
       via  1cebf2dad1ddd42be9284aa38888c99847fec3b5 (commit)
      from  1e322cf6a9e56d26bef1532b97b4a3f84d93f6af (commit)

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


- Log -----------------------------------------------------------------
commit 1cebf2dad1ddd42be9284aa38888c99847fec3b5
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