From a41122337cb72fdc3f16d77396a3e68bf53c1c03 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 9 Jun 2012 11:11:26 +0200 Subject: [PATCH] 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 Autobuild-Date(master): Sun Jun 10 18:04:21 CEST 2012 on sn-devel-104 Signed-off-by: Jeremy Allison --- source3/smbd/files.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/source3/smbd/files.c b/source3/smbd/files.c index 9cf17ce9015..d222bafbd96 100644 --- a/source3/smbd/files.c +++ b/source3/smbd/files.c @@ -544,9 +544,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; } -- 2.34.1