summaryrefslogtreecommitdiffstats
path: root/source/winbindd
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-11-17 14:02:51 +0100
committerKarolin Seeger <kseeger@samba.org>2008-11-17 14:02:51 +0100
commit9eb2f72418dee36a10f7348cefd2cc4402f068a7 (patch)
treefcc685425da8b76b6a75573c0d81f924cdb8ebd5 /source/winbindd
parent5f16d0a11742d5e684d21072d03667a1dc4c3adc (diff)
downloadsamba-9eb2f72418dee36a10f7348cefd2cc4402f068a7.tar.gz
samba-9eb2f72418dee36a10f7348cefd2cc4402f068a7.tar.xz
samba-9eb2f72418dee36a10f7348cefd2cc4402f068a7.zip
Revert "Log in the parent winbind log where a request is going"
This reverts commit b1bcaf45ce14108b7e2b429b96908e30bf6eb90d.
Diffstat (limited to 'source/winbindd')
-rw-r--r--source/winbindd/winbindd_dual.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/winbindd/winbindd_dual.c b/source/winbindd/winbindd_dual.c
index de6ad61a112..9a85c0ce43a 100644
--- a/source/winbindd/winbindd_dual.c
+++ b/source/winbindd/winbindd_dual.c
@@ -120,10 +120,6 @@ 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) {