summaryrefslogtreecommitdiffstats
path: root/source4/winbind/wb_sid2domain.c
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2011-01-11 22:38:27 +0300
committerMatthieu Patou <mat@samba.org>2011-01-12 01:43:11 +0100
commite723de8fa181a1fca397c0b2e4e7d07cddcef921 (patch)
tree4dc90c80d6757a4eb980e86160bbf4f2d6d47b01 /source4/winbind/wb_sid2domain.c
parentb0f4f6f464c36e987eaaaccdbd8a49d18dd5d28f (diff)
downloadsamba-e723de8fa181a1fca397c0b2e4e7d07cddcef921.tar.gz
samba-e723de8fa181a1fca397c0b2e4e7d07cddcef921.tar.xz
samba-e723de8fa181a1fca397c0b2e4e7d07cddcef921.zip
Add some debug in s4's winbind server
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Wed Jan 12 01:43:11 CET 2011 on sn-devel-104
Diffstat (limited to 'source4/winbind/wb_sid2domain.c')
-rw-r--r--source4/winbind/wb_sid2domain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/winbind/wb_sid2domain.c b/source4/winbind/wb_sid2domain.c
index c1cf9871318..62854a2b6ac 100644
--- a/source4/winbind/wb_sid2domain.c
+++ b/source4/winbind/wb_sid2domain.c
@@ -62,7 +62,7 @@ struct composite_context *wb_sid2domain_send(TALLOC_CTX *mem_ctx,
{
struct composite_context *result, *ctx;
struct sid2domain_state *state;
-
+ DEBUG(5, ("wb_sid2domain_send called\n"));
result = composite_create(mem_ctx, service->task->event_ctx);
if (result == NULL) goto failed;