diff options
-rw-r--r-- | source4/rpc_server/remote/dcesrv_remote.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/rpc_server/remote/dcesrv_remote.c b/source4/rpc_server/remote/dcesrv_remote.c index d2aabc8033..3bc3f79bb5 100644 --- a/source4/rpc_server/remote/dcesrv_remote.c +++ b/source4/rpc_server/remote/dcesrv_remote.c @@ -167,6 +167,8 @@ static NTSTATUS remote_op_dispatch(struct dcesrv_call_state *dce_call, TALLOC_CT ndr_print_function_debug(call->ndr_print, name, NDR_IN | NDR_SET_VALUES, r); } + private->c_pipe->conn->flags |= DCERPC_NDR_REF_ALLOC; + /* we didn't use the return code of this function as we only check the last_fault_code */ dcerpc_ndr_request(private->c_pipe, NULL, table, opnum, mem_ctx,r); |