summaryrefslogtreecommitdiff
path: root/source4/winbind
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
parentb0f4f6f464c36e987eaaaccdbd8a49d18dd5d28f (diff)
downloadsamba-e723de8fa181a1fca397c0b2e4e7d07cddcef921.tar.gz
samba-e723de8fa181a1fca397c0b2e4e7d07cddcef921.tar.bz2
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')
-rw-r--r--source4/winbind/wb_cmd_lookupsid.c2
-rw-r--r--source4/winbind/wb_dom_info.c1
-rw-r--r--source4/winbind/wb_sid2domain.c2
3 files changed, 3 insertions, 2 deletions
diff --git a/source4/winbind/wb_cmd_lookupsid.c b/source4/winbind/wb_cmd_lookupsid.c
index 2d72ae2072..57d859fdf9 100644
--- a/source4/winbind/wb_cmd_lookupsid.c
+++ b/source4/winbind/wb_cmd_lookupsid.c
@@ -42,7 +42,7 @@ struct composite_context *wb_cmd_lookupsid_send(TALLOC_CTX *mem_ctx,
struct composite_context *result, *ctx;
struct cmd_lookupsid_state *state;
-
+ DEBUG(5, ("wb_cmd_lookupsid_send called\n"));
result = composite_create(mem_ctx, service->task->event_ctx);
if (result == NULL) goto failed;
diff --git a/source4/winbind/wb_dom_info.c b/source4/winbind/wb_dom_info.c
index 608020d9a7..5402c1cf62 100644
--- a/source4/winbind/wb_dom_info.c
+++ b/source4/winbind/wb_dom_info.c
@@ -47,6 +47,7 @@ struct composite_context *wb_get_dom_info_send(TALLOC_CTX *mem_ctx,
struct dom_sid *dom_sid;
struct finddcs finddcs_io;
+ DEBUG(5, ("wb_get_dom_info_send called\n"));
result = composite_create(mem_ctx, service->task->event_ctx);
if (result == NULL) goto failed;
diff --git a/source4/winbind/wb_sid2domain.c b/source4/winbind/wb_sid2domain.c
index c1cf987131..62854a2b6a 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;