mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
Fix a debug message: add missing space.
Michael
This commit is contained in:
parent
db74b99d0e
commit
6a7f2a59fc
@ -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 ));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user