diff options
Diffstat (limited to 'source4/winbind/wb_sid2domain.c')
-rw-r--r-- | source4/winbind/wb_sid2domain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/winbind/wb_sid2domain.c b/source4/winbind/wb_sid2domain.c index 83e81e1cd0..13cc318f76 100644 --- a/source4/winbind/wb_sid2domain.c +++ b/source4/winbind/wb_sid2domain.c @@ -127,7 +127,7 @@ struct composite_context *wb_sid2domain_send(struct wbsrv_service *service, return result; } - ctx = wb_cmd_lookupsid_send(service, state->my_domain, state->sid); + ctx = wb_cmd_lookupsid_send(state, service, state->sid); if (ctx == NULL) goto failed; ctx->async.fn = sid2domain_recv_name; ctx->async.private_data = state; |