diff options
author | Günther Deschner <gd@samba.org> | 2006-03-22 14:41:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:15:41 -0500 |
commit | 6e17934ee614f5f129b69898be7eceb09486a48f (patch) | |
tree | 9cd50b28c53f12862d287c40b7e7e9b12ecc7080 /source3/rpc_client | |
parent | 1839b4be14e905428257eb999def184d73dcf08f (diff) | |
download | samba-6e17934ee614f5f129b69898be7eceb09486a48f.tar.gz samba-6e17934ee614f5f129b69898be7eceb09486a48f.tar.bz2 samba-6e17934ee614f5f129b69898be7eceb09486a48f.zip |
r14643: Merge dcerpc_errstr from Samba 4.
Might need to rework prs_dcerpc_status().
Guenther
(This used to be commit 38b18f428ba941f4d9a14fa2de45cb0cd793a754)
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 afdf6f3d67..37b1b2a671 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -619,7 +619,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 remote machine %s " "pipe %s fnum 0x%x!\n", - nt_errstr(fault_resp.status), + dcerpc_errstr(NT_STATUS_V(fault_resp.status)), cli->cli->desthost, cli->pipe_name, (unsigned int)cli->fnum)); |