summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-07-23 13:34:05 +0200
committerStefan Metzmacher <metze@samba.org>2012-07-23 18:19:36 +0200
commita41a1d176f31cbbd011309041c6865487a7be9c6 (patch)
treea714363b75c7eb74b50ef5f90a6621be656c8cc4
parent88f326a2c0be88bf1eb6fb7ae5348c69544815de (diff)
downloadsamba-a41a1d176f31cbbd011309041c6865487a7be9c6.tar.gz
samba-a41a1d176f31cbbd011309041c6865487a7be9c6.tar.bz2
samba-a41a1d176f31cbbd011309041c6865487a7be9c6.zip
s3:test_smb2: copy the session_channel from the primary channel.
metze
-rw-r--r--source3/torture/test_smb2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/test_smb2.c b/source3/torture/test_smb2.c
index af0e1561d9..86a0e23b79 100644
--- a/source3/torture/test_smb2.c
+++ b/source3/torture/test_smb2.c
@@ -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)) {