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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user