From 1444d4900fe68ccc5b30ee1c60395f1ad91d210c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 27 Feb 2012 13:26:00 +0100 Subject: s3:torture/test_smb2: fix missleading file name in reauth test metze --- source3/torture/test_smb2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/torture/test_smb2.c b/source3/torture/test_smb2.c index d75ab32d23..458fc3afcb 100644 --- a/source3/torture/test_smb2.c +++ b/source3/torture/test_smb2.c @@ -1210,7 +1210,7 @@ bool run_smb2_session_reauth(int dummy) return false; } - status = smb2cli_create(cli, "multi-channel.txt", + status = smb2cli_create(cli, "session-reauth.txt", SMB2_OPLOCK_LEVEL_NONE, /* oplock_level, */ SMB2_IMPERSONATION_IMPERSONATION, /* impersonation_level, */ SEC_STD_ALL | SEC_FILE_ALL, /* desired_access, */ -- cgit