s3:smbd: explain parameters to filename_convert call in smbd_smb2_create_send()
authorMichael Adam <obnox@samba.org>
Thu, 7 Jun 2012 12:49:28 +0000 (14:49 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 11 Jun 2012 17:21:51 +0000 (19:21 +0200)
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Mon Jun 11 19:21:51 CEST 2012 on sn-devel-104

source3/smbd/smb2_create.c

index b8ad3880d0ae949ed18d7e8e1c8bbac3354fbc4c..2aedfb64969b624911c026d411bda65d058fad73 100644 (file)
@@ -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);