From: Michael Adam Date: Thu, 23 Feb 2012 22:25:18 +0000 (+0100) Subject: s4:torture:smb2:durable-open: make a comment more precise in the reopen4 test X-Git-Tag: tdb-1.2.10~595 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5cefee6fcb2b06fd25348a057a4eae93a7edf85;p=thirdparty%2Fsamba.git s4:torture:smb2:durable-open: make a comment more precise in the reopen4 test --- diff --git a/source4/torture/smb2/durable_open.c b/source4/torture/smb2/durable_open.c index d4dff5e08c1..d0f7c4e52d5 100644 --- a/source4/torture/smb2/durable_open.c +++ b/source4/torture/smb2/durable_open.c @@ -551,7 +551,10 @@ bool test_durable_open_reopen4(struct torture_context *tctx, CHECK_VAL(io1.out.durable_open, true); CHECK_VAL(io1.out.oplock_level, smb2_util_oplock_level("b")); - /* disconnect, reconnect and then do durable reopen */ + /* + * do a session logoff, establish a new session and tree + * connect on the same transport, and try a durable reopen + */ transport = tree->session->transport; status = smb2_logoff(tree->session); CHECK_STATUS(status, NT_STATUS_OK);