1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r12236: r11740@cabra: derrell | 2005-12-14 13:16:58 -0500

check in the DEBUG message referenced in the previous commit
(This used to be commit 6c04a8f9ad)
This commit is contained in:
Derrell Lipman 2005-12-14 18:17:05 +00:00 committed by Gerald (Jerry) Carter
parent 103f720617
commit 0dc59604f7

View File

@ -2189,7 +2189,7 @@ static struct rpc_pipe_client *cli_rpc_pipe_open(struct cli_state *cli, int pipe
fnum = cli_nt_create(cli, result->pipe_name, DESIRED_ACCESS_PIPE);
if (fnum == -1) {
DEBUG(0,("cli_rpc_pipe_open: cli_nt_create failed on pipe %s "
DEBUG(1,("cli_rpc_pipe_open: cli_nt_create failed on pipe %s "
"to machine %s. Error was %s\n",
result->pipe_name, cli->desthost,
cli_errstr(cli)));