librpc/rpc/binding_handle.c dcerpc_binding_handle_call_params_done
[metze/samba/wip.git] / 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) {