From 7933e3a32ba4ec880df43cc022f139e506491c02 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 21 Sep 2013 02:30:03 +0200 Subject: [PATCH] librpc/rpc/binding_handle.c dcerpc_binding_handle_call_params_done --- librpc/rpc/binding_handle.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/librpc/rpc/binding_handle.c b/librpc/rpc/binding_handle.c index d96126478361..779180174f20 100644 --- a/librpc/rpc/binding_handle.c +++ b/librpc/rpc/binding_handle.c @@ -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) { -- 2.34.1