summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_create.c
diff options
context:
space:
mode:
authorTim Prouty <tprouty@samba.org>2009-07-21 10:28:28 -0700
committerTim Prouty <tprouty@samba.org>2009-07-21 12:04:59 -0700
commit00e267008defe18475115a4300addf3cbcabff5a (patch)
tree777f655f26c8266fc96ecd518c5572626db918c6 /source3/smbd/smb2_create.c
parent4860fc4951a7dbd80d8938f4dba49c42a12b4d00 (diff)
downloadsamba-00e267008defe18475115a4300addf3cbcabff5a.tar.gz
samba-00e267008defe18475115a4300addf3cbcabff5a.tar.bz2
samba-00e267008defe18475115a4300addf3cbcabff5a.zip
s3: Remove the now unused fname parameter from filename_convert()
Diffstat (limited to 'source3/smbd/smb2_create.c')
-rw-r--r--source3/smbd/smb2_create.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/smbd/smb2_create.c b/source3/smbd/smb2_create.c
index 7337a345fd..b455f82d80 100644
--- a/source3/smbd/smb2_create.c
+++ b/source3/smbd/smb2_create.c
@@ -325,8 +325,7 @@ static struct tevent_req *smbd_smb2_create_send(TALLOC_CTX *mem_ctx,
smbreq->conn,
smbreq->flags2 & FLAGS2_DFS_PATHNAMES,
in_name,
- &smb_fname,
- NULL);
+ &smb_fname);
if (!NT_STATUS_IS_OK(status)) {
tevent_req_nterror(req, status);
TALLOC_FREE(smb_fname);