librpc/rpc/binding_handle.c dcerpc_binding_handle_call_params_done
authorStefan Metzmacher <metze@samba.org>
Sat, 21 Sep 2013 00:30:03 +0000 (02:30 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 4 Jun 2019 11:14:55 +0000 (13:14 +0200)
librpc/rpc/binding_handle.c

index d96126478361b1fc1a182aaca0be425716555df9..779180174f205977edad4156f30cc175892ee02e 100644 (file)
@@ -790,8 +790,8 @@ static void dcerpc_binding_handle_call_params_done(struct tevent_req *subreq)
                        state->pull->flags &= ~LIBNDR_FLAG_INCOMPLETE_BUFFER;
                }
 
-               ndr_err = NDR_ERR_UNREAD_BYTES;// ndr_pull_append_blob(state->pull,
-               //                             &state->response);
+               ndr_err = ndr_pull_append(state->pull,
+                                         &state->response);
                if (!NDR_ERR_CODE_IS_SUCCESS(ndr_err)) {
                        error = ndr_map_error2ntstatus(ndr_err);
                        if (h->ops->ndr_pull_failed) {