diff options
Diffstat (limited to 'source3/smbd/smb2_break.c')
-rw-r--r-- | source3/smbd/smb2_break.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/smb2_break.c b/source3/smbd/smb2_break.c index bf84b3a563..95e1d8b537 100644 --- a/source3/smbd/smb2_break.c +++ b/source3/smbd/smb2_break.c @@ -247,7 +247,7 @@ void send_break_message_smb2(files_struct *fsp, int level) status = smbd_smb2_send_oplock_break(fsp->conn->sconn, fsp_persistent, - (uint64_t)fsp->fnum, + fsp->fnum, smb2_oplock_level); if (!NT_STATUS_IS_OK(status)) { smbd_server_connection_terminate(fsp->conn->sconn, |