1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-24 02:04:21 +03:00

s3:smbd: explain parameters in call to SMB_VFS_DURABLE_RECONNECT()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>

Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Jun  4 21:58:16 CEST 2013 on sn-devel-104
This commit is contained in:
Michael Adam 2013-05-22 20:16:50 +02:00 committed by Jeremy Allison
parent 63ac88d402
commit ad383ac888

View File

@ -790,9 +790,10 @@ static struct tevent_req *smbd_smb2_create_send(TALLOC_CTX *mem_ctx,
status = SMB_VFS_DURABLE_RECONNECT(smb1req->conn,
smb1req,
op,
op, /* smbXsrv_open input */
op->global->backend_cookie,
op, &result, &new_cookie);
op, /* TALLOC_CTX */
&result, &new_cookie);
if (!NT_STATUS_IS_OK(status)) {
NTSTATUS return_status;