From a41a1d176f31cbbd011309041c6865487a7be9c6 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 23 Jul 2012 13:34:05 +0200 Subject: s3:test_smb2: copy the session_channel from the primary channel. metze --- source3/torture/test_smb2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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)) { -- cgit