summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-10-06 14:10:10 -0700
committerKarolin Seeger <kseeger@samba.org>2008-10-15 18:47:52 +0200
commitb1bcaf45ce14108b7e2b429b96908e30bf6eb90d (patch)
tree31ac9517fda7e936e2dc24ce31402bb5a2c05260 /source
parentecc67001315111493738e893917c4550be7828a1 (diff)
downloadsamba-b1bcaf45ce14108b7e2b429b96908e30bf6eb90d.tar.gz
samba-b1bcaf45ce14108b7e2b429b96908e30bf6eb90d.tar.xz
samba-b1bcaf45ce14108b7e2b429b96908e30bf6eb90d.zip
Log in the parent winbind log where a request is going
(cherry picked from commit f63bac521f0595ccbcf687678e325649f3e0e5e3)
Diffstat (limited to 'source')
-rw-r--r--source/winbindd/winbindd_dual.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/winbindd/winbindd_dual.c b/source/winbindd/winbindd_dual.c
index 9a85c0ce43a..de6ad61a112 100644
--- a/source/winbindd/winbindd_dual.c
+++ b/source/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) {