From 84e00add260ea274ea36e68f2a37efd712e00acd Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 11 Apr 2006 04:36:09 +0000 Subject: r15032: change BENCH-NBENCH to always break to none, rather than accepting a levelII break offer from the server. (This used to be commit 7d7853476e03262133093c69f1f93ee02cc87840) --- source4/include/smb.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source4/include') diff --git a/source4/include/smb.h b/source4/include/smb.h index 9486890385..04b3c5b633 100644 --- a/source4/include/smb.h +++ b/source4/include/smb.h @@ -551,6 +551,11 @@ #define BATCH_OPLOCK_RETURN 2 #define LEVEL_II_OPLOCK_RETURN 3 +/* oplock levels sent in oplock break */ +#define OPLOCK_BREAK_TO_NONE 0 +#define OPLOCK_BREAK_TO_LEVEL_II 1 + + #define CMD_REPLY 0x8000 /* The maximum length of a trust account password. -- cgit