From 69ca2bd048fa8ec98ab668baf651d3e84f7e919c Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 30 Oct 2011 18:40:00 +0100 Subject: s4:torture:smb2: adapt comment in durable-open.lease test according to current information. --- source4/torture/smb2/durable_open.c | 3 +++ 1 file changed, 3 insertions(+) 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); -- cgit