functions twice - obnox please fix...
authorStefan Metzmacher <metze@samba.org>
Tue, 6 Mar 2012 08:29:06 +0000 (09:29 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 10 May 2012 16:46:55 +0000 (18:46 +0200)
source4/torture/smb2/durable_v2_open.c

index 21dc0b3b19976f215cf5b156f5b3b0ed215c5dd6..e1893f24f7e61710b1930008a8db811a69f1e785 100644 (file)
@@ -414,7 +414,7 @@ struct durable_open_vs_oplock persistent_open_oplock_ca_table[NUM_OPLOCK_OPEN_TE
        { "b", "WD", true, true },
        { "b", "RWD", true, true },
 };
-
+#if 0
 bool test_persistent_open_oplock(struct torture_context *tctx,
                                 struct smb2_tree *tree)
 {
@@ -443,7 +443,7 @@ bool test_persistent_open_oplock(struct torture_context *tctx,
 
        return ret;
 }
-
+#endif
 /**
  * basic persistent handle open test.
  * persistent state should only be granted when requested
@@ -499,7 +499,7 @@ struct durable_open_vs_lease persistent_open_lease_ca_table[NUM_LEASE_OPEN_TESTS
        { "RHW", "WD", true, true },
        { "RHW", "RWD", true, true },
 };
-
+#if 0
 bool test_persistent_open_lease(struct torture_context *tctx,
                                struct smb2_tree *tree)
 {
@@ -534,7 +534,7 @@ bool test_persistent_open_lease(struct torture_context *tctx,
 
        return ret;
 }
-
+#endif
 
 /**
  * basic persistent open test.