summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_create.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-12-16 18:56:40 +0100
committerVolker Lendecke <vlendec@samba.org>2012-01-03 15:16:49 +0100
commitbed281dad774cfe3c828552740de70072b4901b5 (patch)
tree42b3d81cde8e1cecd66c2c8406c7224fa69722ce /source3/smbd/smb2_create.c
parentc01f02a4b97de453a0db7feb3c2d323f05fac7f6 (diff)
downloadsamba-bed281dad774cfe3c828552740de70072b4901b5.tar.gz
samba-bed281dad774cfe3c828552740de70072b4901b5.tar.bz2
samba-bed281dad774cfe3c828552740de70072b4901b5.zip
s3: Remove the unused "file_existed" parameter from smbd_calculate_access_mask
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Jan 3 15:16:50 CET 2012 on sn-devel-104
Diffstat (limited to 'source3/smbd/smb2_create.c')
-rw-r--r--source3/smbd/smb2_create.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/smbd/smb2_create.c b/source3/smbd/smb2_create.c
index 6218592e3e..5f834cd1dd 100644
--- a/source3/smbd/smb2_create.c
+++ b/source3/smbd/smb2_create.c
@@ -745,11 +745,6 @@ static struct tevent_req *smbd_smb2_create_send(TALLOC_CTX *mem_ctx,
status = smbd_calculate_access_mask(smb1req->conn,
result->fsp_name,
- /*
- * at this stage
- * it exists
- */
- true,
SEC_FLAG_MAXIMUM_ALLOWED,
&max_access_granted);