summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_pipe.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-12-18 07:58:22 +0100
committerMichael Adam <obnox@samba.org>2007-12-18 07:58:37 +0100
commit68e65b29815f1f9bbe7384e07fc341f6c8f2f605 (patch)
tree494d5afbbd3f4295c43ece8686ba56b2a0cf27d5 /source3/rpc_client/cli_pipe.c
parentbf2c5e2bdeaeee3f157657be701a3e3cba480e15 (diff)
downloadsamba-68e65b29815f1f9bbe7384e07fc341f6c8f2f605.tar.gz
samba-68e65b29815f1f9bbe7384e07fc341f6c8f2f605.tar.bz2
samba-68e65b29815f1f9bbe7384e07fc341f6c8f2f605.zip
Fix a debug message: add missing space.
Michael (This used to be commit 6a7f2a59fc370e226ddacb195059155f28c6c157)
Diffstat (limited to 'source3/rpc_client/cli_pipe.c')
-rw-r--r--source3/rpc_client/cli_pipe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c
index 5a4ccf4f02..f4cb424527 100644
--- a/source3/rpc_client/cli_pipe.c
+++ b/source3/rpc_client/cli_pipe.c
@@ -2364,8 +2364,8 @@ static struct rpc_pipe_client *cli_rpc_pipe_open_ntlmssp_internal(struct cli_sta
goto err;
}
- DEBUG(10,("cli_rpc_pipe_open_ntlmssp_internal: opened pipe %s to machine %s and"
- "bound NTLMSSP as user %s\\%s.\n",
+ DEBUG(10,("cli_rpc_pipe_open_ntlmssp_internal: opened pipe %s to "
+ "machine %s and bound NTLMSSP as user %s\\%s.\n",
result->pipe_name, cli->desthost,
domain, username ));