s3:smbd: explain parameters in call to SMB_VFS_DURABLE_RECONNECT()
[obnox/samba/samba-obnox.git] / source3 / smbd / smb2_create.c
index 11b3b7f4389a5dae6a4e9acaa0cb44bb0e4407ff..6a43d274ff8b5c7cba9fd450b548cb7ed10e0535 100644 (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;