1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-28 03:33:13 +03:00

libsmb: Add "flags" to cli_smb2_close_fnum_send()

Bug: https://bugzilla.samba.org/show_bug.cgi?id=15487

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke
2023-10-07 12:06:26 +02:00
parent d1846452e9
commit f72ef19cf5
4 changed files with 48 additions and 25 deletions

View File

@@ -952,7 +952,7 @@ static void cli_ll_release(fuse_req_t freq, fuse_ino_t ino,
fnum = fi->fh;
req = cli_smb2_close_fnum_send(state, mstate->ev, mstate->cli, fnum);
req = cli_smb2_close_fnum_send(state, mstate->ev, mstate->cli, fnum, 0);
if (req == NULL) {
TALLOC_FREE(state);
fuse_reply_err(freq, ENOMEM);