summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_break.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-06-14 13:34:46 +0200
committerStefan Metzmacher <metze@samba.org>2012-06-15 05:22:41 +0200
commitb27f88898aa604d70d212c524549bb2cfc929170 (patch)
tree208eef56121d2d75d713414b3247df000daa4270 /source3/smbd/smb2_break.c
parent67108c8e7eb89ca69247f7865e9a9885fbd441eb (diff)
downloadsamba-b27f88898aa604d70d212c524549bb2cfc929170.tar.gz
samba-b27f88898aa604d70d212c524549bb2cfc929170.tar.bz2
samba-b27f88898aa604d70d212c524549bb2cfc929170.zip
s3:vfs: change files_struct.fnum from int to uint64_t
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Fri Jun 15 05:22:41 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/smbd/smb2_break.c')
-rw-r--r--source3/smbd/smb2_break.c2
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,