1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

s3:torture/test_smb2: fix missleading file name in reauth test

metze
This commit is contained in:
Stefan Metzmacher 2012-02-27 13:26:00 +01:00
parent 615c41ce12
commit 1444d4900f

View File

@ -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, */