s4:torture:smb2: rename the file in the session-reauth1 test more systematically
authorMichael Adam <obnox@samba.org>
Mon, 16 Apr 2012 12:58:48 +0000 (14:58 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 18 Apr 2012 13:17:36 +0000 (15:17 +0200)
The original name seems to have come in via copy and paste.

source4/torture/smb2/session.c

index f6de23242d333a9ac8ecd917ab78615e08fc30b1..93942bedf8af7b0065a0b7b4b456371410eaed06 100644 (file)
@@ -146,7 +146,7 @@ bool test_session_reauth1(struct torture_context *tctx, struct smb2_tree *tree)
        union smb_fileinfo qfinfo;
 
        /* Add some random component to the file name. */
-       snprintf(fname, 256, "session_reconnect_%s.dat",
+       snprintf(fname, 256, "session_reauth1_%s.dat",
                 generate_random_str(tctx, 8));
 
        smb2_util_unlink(tree, fname);