STEP01: use trans librpc/rpc/dcerpc_connection.c
authorStefan Metzmacher <metze@samba.org>
Sat, 11 Jan 2014 07:36:56 +0000 (08:36 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 4 Jun 2019 10:45:39 +0000 (12:45 +0200)
librpc/rpc/dcerpc_connection.c

index 9d1bd48c2befa437fe51658c9dbd187cbbdbcf1c..708fe5893a5c23d617437b709d103bc1b6778948 100644 (file)
@@ -1094,7 +1094,8 @@ static void dcerpc_do_bind_out_frag_next(struct tevent_req *req,
                 * we need to block reads until our write is
                 * the next in the write queue.
                 */
-               state->conn->loop.subreq = frag->subreq_wait1;
+               frag->conn->loop.subreq = frag->subreq_wait1;
+               frag->conn->loop.ev = frag->ev;
        }
 
        /*