From 3d814862af7382a9ea56b2c8d3cc9a31dca4bdb6 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Sun, 6 May 2007 19:42:25 +0000 Subject: [PATCH] r22707: missed merge from local tree: pass the correct state to the domain when calling the async lookupsid() routine --- source/nsswitch/winbindd_async.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/nsswitch/winbindd_async.c b/source/nsswitch/winbindd_async.c index 2ac40ccf3dd..1a68005efc8 100644 --- a/source/nsswitch/winbindd_async.c +++ b/source/nsswitch/winbindd_async.c @@ -797,7 +797,7 @@ void winbindd_lookupsid_async(TALLOC_CTX *mem_ctx, const DOM_SID *sid, s->caller_private_data = private_data; do_async_domain(mem_ctx, domain, &request, lookupsid_recv, - (void *)cont, private_data); + (void *)cont, s); } enum winbindd_result winbindd_dual_lookupsid(struct winbindd_domain *domain, -- 2.11.4.GIT