]> git.samba.org - obnox/samba/samba-obnox.git/commitdiff
STEP99?? Revert "torture: HACK bind on existing connection REQUEST_NOT_ACCEPTED..."
authorStefan Metzmacher <metze@samba.org>
Wed, 25 Jun 2014 07:05:43 +0000 (09:05 +0200)
committerGünther Deschner <gd@samba.org>
Mon, 19 Sep 2016 20:20:49 +0000 (22:20 +0200)
This reverts commit 88f82b3849434a4c692c499ea19452c6f7835465.

source4/torture/smb2/session.c

index ece1a102c8e11a14a313011378d80ed7377db59d..7bf11886fec8066040758d6af559625da3d6393a 100644 (file)
@@ -1235,7 +1235,7 @@ bool test_session_bind1(struct torture_context *tctx, struct smb2_tree *tree1)
        /*
         * Now bind the 2nd transport connection to the 1st session
         */
-       session1_2 = smb2_session_channel(transport1,
+       session1_2 = smb2_session_channel(transport2,
                                          lpcfg_gensec_settings(tctx, tctx->lp_ctx),
                                          tree2,
                                          session1_1);