diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-02-27 13:26:00 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-02-27 14:55:15 +0100 |
commit | 1444d4900fe68ccc5b30ee1c60395f1ad91d210c (patch) | |
tree | a916f8e73332849e862722cd0e16364a0bb7b27a /source3/torture | |
parent | 615c41ce128233c90bc77fc413fdcdc92c1cad50 (diff) | |
download | samba-1444d4900fe68ccc5b30ee1c60395f1ad91d210c.tar.gz samba-1444d4900fe68ccc5b30ee1c60395f1ad91d210c.tar.xz samba-1444d4900fe68ccc5b30ee1c60395f1ad91d210c.zip |
s3:torture/test_smb2: fix missleading file name in reauth test
metze
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, */ |