[PATCH 3/4] s4:winbind: add some debug

Matthieu Patou mat at matws.net
Tue Mar 2 11:44:40 MST 2010


---
 source4/winbind/wb_cmd_usersids.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/source4/winbind/wb_cmd_usersids.c b/source4/winbind/wb_cmd_usersids.c
index cc541ef..2ae843f 100644
--- a/source4/winbind/wb_cmd_usersids.c
+++ b/source4/winbind/wb_cmd_usersids.c
@@ -86,11 +86,11 @@ static void usersids_recv_domgroups(struct composite_context *ctx)
 	struct cmd_usersids_state *state =
 		talloc_get_type(ctx->async.private_data,
 				struct cmd_usersids_state);
-
 	state->ctx->status = wb_cmd_userdomgroups_recv(ctx, state,
 						       &state->num_domgroups,
 						       &state->domgroups);
 	if (!composite_is_ok(state->ctx)) return;
+	DEBUG(5, ("usersids_recv_domgroups called\n"));
 
 	ctx = wb_sid2domain_send(state, state->service,
 				 state->service->primary_sid);
-- 
1.6.3.3


--------------060403090609070601060303
Content-Type: text/x-patch;
 name="0001-s4-winbind-Fix-a-misplaced-returned-info.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename*0="0001-s4-winbind-Fix-a-misplaced-returned-info.patch"



More information about the samba-technical mailing list