diff options
author | Michael Adam <obnox@samba.org> | 2012-02-19 00:10:37 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-02-20 17:02:24 +0100 |
commit | 71164cef612d39858827d816b8dda31e5cb598be (patch) | |
tree | 7bdaf2d4c9d6ae431b7e05e32ede907e3da0a873 /source4/torture/smb2 | |
parent | e9b9ba14c06ada67446be38da7184dec9f87d1f0 (diff) | |
download | samba-71164cef612d39858827d816b8dda31e5cb598be.tar.gz samba-71164cef612d39858827d816b8dda31e5cb598be.tar.xz samba-71164cef612d39858827d816b8dda31e5cb598be.zip |
s4:torture: improve comment for the smb2.durable-open.reopen1 test
Diffstat (limited to 'source4/torture/smb2')
-rw-r--r-- | source4/torture/smb2/durable_open.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/smb2/durable_open.c b/source4/torture/smb2/durable_open.c index 09c6407819..4a2a0b594b 100644 --- a/source4/torture/smb2/durable_open.c +++ b/source4/torture/smb2/durable_open.c @@ -322,6 +322,7 @@ done: /** * basic test for doing a durable open * and do a durable reopen on the same connection + * while the first open is still active (fails) */ bool test_durable_open_reopen1(struct torture_context *tctx, struct smb2_tree *tree) |