From feeca32d09b28bd5a731690f24e2e57df6496369 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 6 Oct 2008 14:10:42 -0700 Subject: [PATCH] Log in the parent winbind log where a request is going (cherry picked from commit 8d82a75ec9875137928c69370bbaf621bf4fc3fb) --- source/winbindd/winbindd_dual.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/winbindd/winbindd_dual.c b/source/winbindd/winbindd_dual.c index 9e9a244acfb..e57fd7047a6 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) { -- 2.11.4.GIT