From: Michael Adam Date: Tue, 21 Feb 2012 17:03:27 +0000 (+0100) Subject: s4:torture:smb2: extend and prettify comment for durable-open.open-lease test X-Git-Tag: samba-4.0.0alpha18~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f1ff1cf0a5608d98b4a1ff4900b95b6d6e34dd2;p=thirdparty%2Fsamba.git s4:torture:smb2: extend and prettify comment for durable-open.open-lease test --- diff --git a/source4/torture/smb2/durable_open.c b/source4/torture/smb2/durable_open.c index d8b71ef61bf..e3f7a4230bd 100644 --- a/source4/torture/smb2/durable_open.c +++ b/source4/torture/smb2/durable_open.c @@ -971,14 +971,14 @@ bool test_durable_open_lock(struct torture_context *tctx, return ret; } -/* - Open, disconnect, open in another tree, reconnect. - - This test actually demonstrates a minimum level of respect for the durable - open in the face of another open. As long as this test shows an inability to - reconnect after an open, the oplock/lease tests above will certainly - demonstrate an error on reconnect. -*/ +/** + * Open with a RH lease, disconnect, open in another tree, reconnect. + * + * This test actually demonstrates a minimum level of respect for the durable + * open in the face of another open. As long as this test shows an inability to + * reconnect after an open, the oplock/lease tests above will certainly + * demonstrate an error on reconnect. + */ bool test_durable_open_open_lease(struct torture_context *tctx, struct smb2_tree *tree1, struct smb2_tree *tree2)