[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sun Jan 31 07:41:30 MST 2010


The branch, master has been updated
       via  0beac79... s3: Fix some DEBUG messages
      from  687e4eb... Fix bug #7079 - cliconnect gets realm wrong with trusted domains.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 0beac794b68388a197e19fbb49ae18345633dbd2
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Jan 31 15:38:16 2010 +0100

    s3: Fix some DEBUG messages

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

Summary of changes:
 source3/rpc_server/srv_lsa_hnd.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/rpc_server/srv_lsa_hnd.c b/source3/rpc_server/srv_lsa_hnd.c
index 6951646..4348fb8 100644
--- a/source3/rpc_server/srv_lsa_hnd.c
+++ b/source3/rpc_server/srv_lsa_hnd.c
@@ -109,7 +109,7 @@ bool init_pipe_handle_list(pipes_struct *p, const struct ndr_syntax_id *syntax)
 		}
 		ZERO_STRUCTP(hl);
 
-		DEBUG(10,("init_pipe_handles: created handle list for "
+		DEBUG(10,("init_pipe_handle_list: created handle list for "
 			  "pipe %s\n",
 			  get_pipe_name_from_syntax(talloc_tos(), syntax)));
 	}
@@ -126,8 +126,8 @@ bool init_pipe_handle_list(pipes_struct *p, const struct ndr_syntax_id *syntax)
 
 	p->pipe_handles = hl;
 
-	DEBUG(10,("init_pipe_handles: pipe_handles ref count = %lu for pipe %s\n",
-		  (unsigned long)p->pipe_handles->pipe_ref_count,
+	DEBUG(10,("init_pipe_handle_list: pipe_handles ref count = %lu for "
+		  "pipe %s\n", (unsigned long)p->pipe_handles->pipe_ref_count,
 		  get_pipe_name_from_syntax(talloc_tos(), syntax)));
 
 	return True;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list