git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db74b99
)
Fix a debug message: add missing space.
author
Michael Adam
<obnox@samba.org>
Tue, 18 Dec 2007 06:58:22 +0000
(07:58 +0100)
committer
Michael Adam
<obnox@samba.org>
Tue, 18 Dec 2007 06:58:37 +0000
(07:58 +0100)
Michael
source/rpc_client/cli_pipe.c
patch
|
blob
|
history
diff --git
a/source/rpc_client/cli_pipe.c
b/source/rpc_client/cli_pipe.c
index 5a4ccf4f0294b6c86e7215c0f93ea0697008f557..f4cb424527b01a8652e0f1345bfc0e6d1065ce0f 100644
(file)
--- a/
source/rpc_client/cli_pipe.c
+++ b/
source/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 ));