diff options
author | Michael Adam <obnox@samba.org> | 2011-10-30 18:40:00 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-10-30 18:41:20 +0100 |
commit | 69ca2bd048fa8ec98ab668baf651d3e84f7e919c (patch) | |
tree | 7dcf5cb3933ea7e31319dfe709e5153705e8d6b2 | |
parent | 5975e8a3f46f3d6f99d997d36f874141f80b9c33 (diff) | |
download | samba-69ca2bd048fa8ec98ab668baf651d3e84f7e919c.tar.gz samba-69ca2bd048fa8ec98ab668baf651d3e84f7e919c.tar.bz2 samba-69ca2bd048fa8ec98ab668baf651d3e84f7e919c.zip |
s4:torture:smb2: adapt comment in durable-open.lease test according to current information.
-rw-r--r-- | source4/torture/smb2/durable_open.c | 3 |
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); |