diff options
Diffstat (limited to 'source4/librpc/rpc/dcerpc_roh_channel_out.c')
-rw-r--r-- | source4/librpc/rpc/dcerpc_roh_channel_out.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/librpc/rpc/dcerpc_roh_channel_out.c b/source4/librpc/rpc/dcerpc_roh_channel_out.c index b370e564ee1..8a337ad167f 100644 --- a/source4/librpc/rpc/dcerpc_roh_channel_out.c +++ b/source4/librpc/rpc/dcerpc_roh_channel_out.c @@ -482,7 +482,8 @@ struct tevent_req *roh_recv_out_channel_response_send(TALLOC_CTX *mem_ctx, } subreq = http_read_response_send(state, ev, - roh->default_channel_out->streams.active); + roh->default_channel_out->streams.active, + 0); /* we'll get the content later */ if (tevent_req_nomem(subreq, req)) { return tevent_req_post(req, ev); } |