summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-02-21 14:48:03 +0100
committerMichael Adam <obnox@samba.org>2012-02-21 18:11:06 +0100
commit65da3b74fab684bf6521735700a57a0ca2aa68c8 (patch)
treed90eaa6f243eae4a84ed0d3697619e25f345e421 /source4
parent7906d0b50b5c880a2557078e73d46f22db6b9cf5 (diff)
downloadsamba-65da3b74fab684bf6521735700a57a0ca2aa68c8.tar.gz
samba-65da3b74fab684bf6521735700a57a0ca2aa68c8.tar.bz2
samba-65da3b74fab684bf6521735700a57a0ca2aa68c8.zip
s4:torture:smb2: fix a typo in the durable-open.open test file name
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/smb2/durable_open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/smb2/durable_open.c b/source4/torture/smb2/durable_open.c
index f54e41cab2..29825e0f84 100644
--- a/source4/torture/smb2/durable_open.c
+++ b/source4/torture/smb2/durable_open.c
@@ -997,7 +997,7 @@ bool test_durable_open_open(struct torture_context *tctx,
* little funky.
*/
lease = random();
- snprintf(fname, 256, "durable_open_lock_%s.dat", generate_random_str(tctx, 8));
+ snprintf(fname, 256, "durable_open_open_%s.dat", generate_random_str(tctx, 8));
/* Clean slate */
smb2_util_unlink(tree1, fname);