s3: Add min_setup, min_param and min_data to cli_trans_recv
[ira/wip.git] / source3 / rpc_client / rpc_transport_np.c
index c28664d007bfa8789ceb6c019ea8a9822fbac68c..de748d9bbcfc57cb13d298b9ebd42f73367bef8b 100644 (file)
@@ -244,8 +244,8 @@ static void rpc_np_trans_done(struct tevent_req *subreq)
                req, struct rpc_np_trans_state);
        NTSTATUS status;
 
                req, struct rpc_np_trans_state);
        NTSTATUS status;
 
-       status = cli_trans_recv(subreq, state, NULL, NULL, NULL, NULL,
-                               &state->rdata, &state->rdata_len);
+       status = cli_trans_recv(subreq, state, NULL, 0, NULL, NULL, 0, NULL,
+                               &state->rdata, 0, &state->rdata_len);
        TALLOC_FREE(subreq);
        if (!NT_STATUS_IS_OK(status)) {
                tevent_req_nterror(req, status);
        TALLOC_FREE(subreq);
        if (!NT_STATUS_IS_OK(status)) {
                tevent_req_nterror(req, status);