From 3084d49cc000dbfeb01d931d737c695dcd392e4a Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 6 Apr 2009 20:45:08 +0200 Subject: Add a bad hack to enable level 2 oplocks in torture_open_connection_share --- source3/include/client.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include/client.h') diff --git a/source3/include/client.h b/source3/include/client.h index 3461dfa47a..c314c9c6a9 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -289,5 +289,7 @@ typedef struct file_info { #define CLI_FULL_CONNECTION_USE_KERBEROS 0x0002 #define CLI_FULL_CONNECTION_ANONYMOUS_FALLBACK 0x0004 #define CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS 0x0008 +#define CLI_FULL_CONNECTION_OPLOCKS 0x0010 +#define CLI_FULL_CONNECTION_LEVEL_II_OPLOCKS 0x0020 #endif /* _CLIENT_H */ -- cgit