r22707: missed merge from local tree: pass the correct state to the domain when calli...
authorGerald Carter <jerry@samba.org>
Sun, 6 May 2007 19:42:25 +0000 (19:42 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:21:48 +0000 (12:21 -0500)
(This used to be commit 3d814862af7382a9ea56b2c8d3cc9a31dca4bdb6)

source3/nsswitch/winbindd_async.c

index 2ac40ccf3dd50a8a29288e3b5a697e722d7ca980..1a68005efc8b8c286d5cd96f3584c188fc9eb28a 100644 (file)
@@ -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,