From 4bb85c2939c879db566e117f6c1daa22377c0e4e Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 31 Oct 2005 20:28:08 +0000 Subject: r11423: Add some TALLOC_CTX (This used to be commit a043ef33dca19d5ac1cdead60a4faa8b3a950bf4) --- source4/winbind/wb_sid2domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/winbind/wb_sid2domain.c') diff --git a/source4/winbind/wb_sid2domain.c b/source4/winbind/wb_sid2domain.c index 83e81e1cd06..13cc318f766 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; -- cgit