1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-05 20:58:40 +03:00

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
This commit is contained in:
Michael Adam 2012-06-07 14:49:28 +02:00
parent 34c24c20c9
commit 4c33f28dc2

View 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);