diff options
author | Günther Deschner <gd@samba.org> | 2008-10-29 23:21:06 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-31 12:42:09 +0100 |
commit | 7f8bc6a2d904bd5b5c056ec96a68ee928659324a (patch) | |
tree | ec6bd17b0d0b8544a9bff4d473b9d457488488e1 /source3/rpc_client | |
parent | e311becaad4945c31bc7e3bec5e4be6073c94e82 (diff) | |
download | samba-7f8bc6a2d904bd5b5c056ec96a68ee928659324a.tar.gz |
errors: share dcerpc error function.
Guenther
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index ca9d3392e7b..f0c2f6709ef 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -751,7 +751,7 @@ static NTSTATUS cli_pipe_validate_current_pdu(struct rpc_pipe_client *cli, RPC_H DEBUG(1, ("cli_pipe_validate_current_pdu: RPC fault " "code %s received from %s!\n", - dcerpc_errstr(NT_STATUS_V(fault_resp.status)), + dcerpc_errstr(debug_ctx(), NT_STATUS_V(fault_resp.status)), rpccli_pipe_txt(debug_ctx(), cli))); if (NT_STATUS_IS_OK(fault_resp.status)) { return NT_STATUS_UNSUCCESSFUL; |