diff options
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/test_smb2.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, */ |