s4:torture:smb2: fix a typo in the durable-open.open test file name
authorMichael Adam <obnox@samba.org>
Tue, 21 Feb 2012 13:48:03 +0000 (14:48 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 21 Feb 2012 17:11:06 +0000 (18:11 +0100)
source4/torture/smb2/durable_open.c

index f54e41cab21b39f859ffda02ff5987bcac8eca72..29825e0f84f52f67ace2f2736c6b76543364cde1 100644 (file)
@@ -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);