summaryrefslogtreecommitdiff
path: root/source3/rpc_client
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-10-29 23:21:06 +0100
committerGünther Deschner <gd@samba.org>2008-10-31 12:42:09 +0100
commit7f8bc6a2d904bd5b5c056ec96a68ee928659324a (patch)
treeec6bd17b0d0b8544a9bff4d473b9d457488488e1 /source3/rpc_client
parente311becaad4945c31bc7e3bec5e4be6073c94e82 (diff)
downloadsamba-7f8bc6a2d904bd5b5c056ec96a68ee928659324a.tar.gz
samba-7f8bc6a2d904bd5b5c056ec96a68ee928659324a.tar.bz2
samba-7f8bc6a2d904bd5b5c056ec96a68ee928659324a.zip
errors: share dcerpc error function.
Guenther
Diffstat (limited to 'source3/rpc_client')
-rw-r--r--source3/rpc_client/cli_pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c
index ca9d3392e7..f0c2f6709e 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;