summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_create.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-06-07 14:49:28 +0200
committerMichael Adam <obnox@samba.org>2012-06-11 19:21:51 +0200
commit4c33f28dc20849f8f2b0d18083e838601ee715e6 (patch)
tree070e5e9e70cdc79f55d0b2b3a7a7da007a5de22a /source3/smbd/smb2_create.c
parent34c24c20c9a33200ebd910c5cf9c9e14b38f3d50 (diff)
downloadsamba-4c33f28dc20849f8f2b0d18083e838601ee715e6.tar.gz
samba-4c33f28dc20849f8f2b0d18083e838601ee715e6.tar.bz2
samba-4c33f28dc20849f8f2b0d18083e838601ee715e6.zip
s3:smbd: explain parameters to filename_convert call in smbd_smb2_create_send()
Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Mon Jun 11 19:21:51 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/smbd/smb2_create.c')
-rw-r--r--source3/smbd/smb2_create.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/smbd/smb2_create.c b/source3/smbd/smb2_create.c
index b8ad3880d0..2aedfb6496 100644
--- a/source3/smbd/smb2_create.c
+++ b/source3/smbd/smb2_create.c
@@ -693,8 +693,8 @@ static struct tevent_req *smbd_smb2_create_send(TALLOC_CTX *mem_ctx,
smb1req->conn,
smb1req->flags2 & FLAGS2_DFS_PATHNAMES,
fname,
- 0,
- NULL,
+ 0, /* unix_convert flags */
+ NULL, /* ppath_contains_wcards */
&smb_fname);
if (!NT_STATUS_IS_OK(status)) {
tevent_req_nterror(req, status);