summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-10-30 18:40:00 +0100
committerMichael Adam <obnox@samba.org>2011-10-30 18:41:20 +0100
commit69ca2bd048fa8ec98ab668baf651d3e84f7e919c (patch)
tree7dcf5cb3933ea7e31319dfe709e5153705e8d6b2 /source4
parent5975e8a3f46f3d6f99d997d36f874141f80b9c33 (diff)
downloadsamba-69ca2bd048fa8ec98ab668baf651d3e84f7e919c.tar.gz
samba-69ca2bd048fa8ec98ab668baf651d3e84f7e919c.tar.bz2
samba-69ca2bd048fa8ec98ab668baf651d3e84f7e919c.zip
s4:torture:smb2: adapt comment in durable-open.lease test according to current information.
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/smb2/durable_open.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/torture/smb2/durable_open.c b/source4/torture/smb2/durable_open.c
index b2706bd21d..be407bc319 100644
--- a/source4/torture/smb2/durable_open.c
+++ b/source4/torture/smb2/durable_open.c
@@ -337,6 +337,9 @@ bool test_durable_open_lease(struct torture_context *tctx,
* Windows7 (build 7000) will grant an RH lease immediate (not an RHW?)
* even if the original client is gone. (ZML: This seems like a bug. It
* should give some time for the client to reconnect! And why RH?)
+ *
+ * obnox: Current windows 7 and w2k8r2 grant RHW instead of RH.
+ * Test is adapted accordingly.
*/
status = smb2_create(tree2, mem_ctx, &io2);
CHECK_STATUS(status, NT_STATUS_OK);