summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-03-19 17:48:08 +0000
committerGerald Carter <jerry@samba.org>2004-03-19 17:48:08 +0000
commitfd312721ea57c562b70a753a37fcefad66db2e32 (patch)
treeb1de7ffb67e306e6f712a03f64b2e8a40364a603 /source3
parent07ad7b0e3b076b98383329e53054050946483f8b (diff)
downloadsamba-fd312721ea57c562b70a753a37fcefad66db2e32.tar.gz
samba-fd312721ea57c562b70a753a37fcefad66db2e32.tar.bz2
samba-fd312721ea57c562b70a753a37fcefad66db2e32.zip
missed some of Derrel's changes
(This used to be commit 3aac1e549eaf4693ded84be432a2c94b6331ef6d)
Diffstat (limited to 'source3')
-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 72546947e4..82a4b21754 100644
--- a/source3/rpc_client/cli_pipe.c
+++ b/source3/rpc_client/cli_pipe.c
@@ -1443,7 +1443,7 @@ BOOL cli_nt_session_open(struct cli_state *cli, const int pipe_idx)
cli->nt_pipe_fnum = (uint16)fnum;
} else {
if ((fnum = cli_open(cli, pipe_names[pipe_idx].client_pipe, O_CREAT|O_RDWR, DENY_NONE)) == -1) {
- DEBUG(0,("cli_nt_session_open: cli_open failed on pipe %s to machine %s. Error was %s\n",
+ DEBUG(1,("cli_nt_session_open: cli_open failed on pipe %s to machine %s. Error was %s\n",
pipe_names[pipe_idx].client_pipe, cli->desthost, cli_errstr(cli)));
return False;
}