summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-04-16 14:58:48 +0200
committerMichael Adam <obnox@samba.org>2012-04-18 15:17:36 +0200
commitf3ac212d8badf9f648cffcfe5c0849be274d5c27 (patch)
tree1122a38e05ec68fbb85ba0ad727b6553a6d167e6 /source4
parent361deb856b3596a4ae56bab36431fab011a5a79f (diff)
downloadsamba-f3ac212d8badf9f648cffcfe5c0849be274d5c27.tar.gz
samba-f3ac212d8badf9f648cffcfe5c0849be274d5c27.tar.bz2
samba-f3ac212d8badf9f648cffcfe5c0849be274d5c27.zip
s4:torture:smb2: rename the file in the session-reauth1 test more systematically
The original name seems to have come in via copy and paste.
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/smb2/session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/smb2/session.c b/source4/torture/smb2/session.c
index f6de23242d..93942bedf8 100644
--- a/source4/torture/smb2/session.c
+++ b/source4/torture/smb2/session.c
@@ -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);