[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Thu Dec 3 18:45:40 MST 2009


The branch, master has been updated
       via  66c9687... Make sure we're not using the old smb_fname data.
      from  3fe7dfd... Remove smb_fname duplicates that just keep the same information as in fsp->fsp_name.

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


- Log -----------------------------------------------------------------
commit 66c968778d74280bf36342e76c80b617e47ebde5
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Dec 3 17:44:38 2009 -0800

    Make sure we're not using the old smb_fname data.
    
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source3/smbd/open.c b/source3/smbd/open.c
index 0ef8ed2..9dc8320 100644
--- a/source3/smbd/open.c
+++ b/source3/smbd/open.c
@@ -3188,7 +3188,7 @@ static NTSTATUS create_file_unixpath(connection_struct *conn,
 
 	if ((ea_list != NULL) &&
 	    ((info == FILE_WAS_CREATED) || (info == FILE_WAS_OVERWRITTEN))) {
-		status = set_ea(conn, fsp, smb_fname, ea_list);
+		status = set_ea(conn, fsp, fsp->fsp_name, ea_list);
 		if (!NT_STATUS_IS_OK(status)) {
 			goto fail;
 		}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list