[SCM] Samba Shared Repository - branch master updated - 6aa8613b11b596fed115849262e96524b84a8fbe

Volker Lendecke vlendec at samba.org
Mon Oct 6 09:36:41 GMT 2008


The branch, master has been updated
       via  6aa8613b11b596fed115849262e96524b84a8fbe (commit)
      from  439086099ad97a49c93102af1e6edafabea64b6f (commit)

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


- Log -----------------------------------------------------------------
commit 6aa8613b11b596fed115849262e96524b84a8fbe
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Oct 6 10:57:13 2008 +0200

    Log in the parent winbind log where a request is going

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

Summary of changes:
 source3/winbindd/winbindd_dual.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_dual.c b/source3/winbindd/winbindd_dual.c
index 1600f05..f6a9c1f 100644
--- a/source3/winbindd/winbindd_dual.c
+++ b/source3/winbindd/winbindd_dual.c
@@ -120,6 +120,10 @@ void async_request(TALLOC_CTX *mem_ctx, struct winbindd_child *child,
 
 	SMB_ASSERT(continuation != NULL);
 
+	DEBUG(10, ("Sending request to child pid %d (domain=%s)\n",
+		   (int)child->pid,
+		   (child->domain != NULL) ? child->domain->name : "''"));
+
 	state = TALLOC_P(mem_ctx, struct winbindd_async_request);
 
 	if (state == NULL) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list