[SCM] Samba Shared Repository - branch v3-5-test updated

Jeremy Allison jra at samba.org
Thu Dec 3 18:46:27 MST 2009


The branch, v3-5-test has been updated
       via  d0aaff9... Make sure we're not using the old smb_fname data.
      from  cb1f641... 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=v3-5-test


- Log -----------------------------------------------------------------
commit d0aaff97a20adf6b4c8406f2a21d45018cf5b2cb
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.
    (cherry picked from commit 66c968778d74280bf36342e76c80b617e47ebde5)

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

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