From: Volker Lendecke Date: Mon, 6 Oct 2008 21:10:10 +0000 (-0700) Subject: Log in the parent winbind log where a request is going X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f63bac521f0595ccbcf687678e325649f3e0e5e3;p=thirdparty%2Fsamba.git Log in the parent winbind log where a request is going --- 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) {