summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_break.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2010-04-28 14:56:12 -0700
committerJeremy Allison <jra@samba.org>2010-04-28 14:56:12 -0700
commit4e7195be362ed51eeab26f7b07dfb7e4dd730d59 (patch)
tree5b83484cd6984c2709178c3f9fa5fbf89e967317 /source3/smbd/smb2_break.c
parentdb3a1b9d515dadc43bca5b2fc3217ca2ef2f00a6 (diff)
downloadsamba-4e7195be362ed51eeab26f7b07dfb7e4dd730d59.tar.gz
samba-4e7195be362ed51eeab26f7b07dfb7e4dd730d59.tar.bz2
samba-4e7195be362ed51eeab26f7b07dfb7e4dd730d59.zip
Update (C) for 2010.
Jeremy.
Diffstat (limited to 'source3/smbd/smb2_break.c')
-rw-r--r--source3/smbd/smb2_break.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/smbd/smb2_break.c b/source3/smbd/smb2_break.c
index d28bbf559a..7ef35749d2 100644
--- a/source3/smbd/smb2_break.c
+++ b/source3/smbd/smb2_break.c
@@ -3,6 +3,7 @@
Core SMB2 server
Copyright (C) Stefan Metzmacher 2009
+ Copyright (C) Jeremy Allison 2010
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -259,7 +260,7 @@ void send_break_message_smb2(files_struct *fsp, int level)
fsp_str_dbg(fsp),
fsp->fnum,
(unsigned int)smb2_oplock_level ));
-
+
status = smbd_smb2_send_oplock_break(fsp->conn->sconn,
(uint64_t)fsp->fnum,
smb2_oplock_level);