summaryrefslogtreecommitdiffstats
path: root/source/winbindd
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-10-06 14:10:10 -0700
committerKarolin Seeger <kseeger@samba.org>2008-12-09 11:22:15 +0100
commit708a474be2e1814e9762ef7eee56fae2a95c0e63 (patch)
treeec93ad02f10ac7a92b5dc4771164d25cff79be4c /source/winbindd
parent1bf9ba9958e77c5f3661bb402d339d0c373ffca3 (diff)
downloadsamba-708a474be2e1814e9762ef7eee56fae2a95c0e63.tar.gz
samba-708a474be2e1814e9762ef7eee56fae2a95c0e63.tar.xz
samba-708a474be2e1814e9762ef7eee56fae2a95c0e63.zip
Log in the parent winbind log where a request is going
(cherry picked from commit f63bac521f0595ccbcf687678e325649f3e0e5e3) (cherry picked from commit b1bcaf45ce14108b7e2b429b96908e30bf6eb90d)
Diffstat (limited to 'source/winbindd')
-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) {