[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Sun Jun 10 10:05:07 MDT 2012


The branch, master has been updated
       via  c48e307 Revert "s3:smbd: set req->smb2req->compat_chain_fsp in file_fsp()"
      from  f75f1d6 s3: handle non-POSIX compliant Tru64, NetBSD and FreeBSD errno on O_NOFOLLOW symlink open calls

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


- Log -----------------------------------------------------------------
commit c48e307de497298d62f0daa94bd43d91e137b0b9
Author: Stefan Metzmacher <metze at samba.org>
Date:   Sat Jun 9 11:11:26 2012 +0200

    Revert "s3:smbd: set req->smb2req->compat_chain_fsp in file_fsp()"
    
    This reverts commit c2716a7d5ccf78f9716b703c22e6cf4d4f179656.
    
    This is not needed anymore, as we have file_fsp_smb2() now.
    
    metze
    
    Autobuild-User(master): Stefan Metzmacher <metze at samba.org>
    Autobuild-Date(master): Sun Jun 10 18:04:21 CEST 2012 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/smbd/files.c b/source3/smbd/files.c
index 50ce1b5..97db348 100644
--- a/source3/smbd/files.c
+++ b/source3/smbd/files.c
@@ -574,9 +574,6 @@ files_struct *file_fsp(struct smb_request *req, uint16 fid)
 	fsp = file_fnum(req->sconn, fid);
 	if (fsp != NULL) {
 		req->chain_fsp = fsp;
-		if (req->smb2req != NULL) {
-			req->smb2req->compat_chain_fsp = fsp;
-		}
 	}
 	return fsp;
 }


-- 
Samba Shared Repository


More information about the samba-cvs mailing list