samba-cvs.cvs
[Top] [All Lists]

[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-

Subject: [SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-712-g6a7f2a5
From: "Michael Adam"
Date: Tue, 18 Dec 2007 00:59:53 -0600 CST
The branch, v3-2-test has been updated
       via  6a7f2a59fc370e226ddacb195059155f28c6c157 (commit)
      from  db74b99d0ef1a60894c838b4c9d0d454db6cf620 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 6a7f2a59fc370e226ddacb195059155f28c6c157
Author: Michael Adam <obnox@xxxxxxxxx>
Date:   Tue Dec 18 07:58:22 2007 +0100

    Fix a debug message: add missing space.
    
    Michael

-----------------------------------------------------------------------

Summary of changes:
 source/rpc_client/cli_pipe.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/rpc_client/cli_pipe.c b/source/rpc_client/cli_pipe.c
index 5a4ccf4..f4cb424 100644
--- 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 ));
 


-- 
Samba Shared Repository

<Prev in Thread] Current Thread [Next in Thread>
  • [SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-712-g6a7f2a5, Michael Adam <=