1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

s3:test_smb2: copy the session_channel from the primary channel.

metze
This commit is contained in:
Stefan Metzmacher 2012-07-23 13:34:05 +02:00
parent 88f326a2c0
commit a41a1d176f

View File

@ -1018,7 +1018,7 @@ bool run_smb2_multi_channel(int dummy)
cli2->smb2.tid = cli1->smb2.tid;
status = smb2cli_session_create_channel(cli3,
cli2->smb2.session,
cli1->smb2.session,
cli3->conn,
&cli3->smb2.session);
if (!NT_STATUS_IS_OK(status)) {