diff options
author | Gerald Carter <jerry@samba.org> | 2007-05-06 19:42:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:21:48 -0500 |
commit | 9037774927616f407f657bc7fd20ff3958e7bd91 (patch) | |
tree | 1b090cd1bdfde4e778b04b877fdb7f582ce90f10 /source3 | |
parent | dcfeb64bd215072e75309bb1ef7e56b93537f998 (diff) | |
download | samba-9037774927616f407f657bc7fd20ff3958e7bd91.tar.gz samba-9037774927616f407f657bc7fd20ff3958e7bd91.tar.bz2 samba-9037774927616f407f657bc7fd20ff3958e7bd91.zip |
r22707: missed merge from local tree: pass the correct state to the domain when calling the async lookupsid() routine
(This used to be commit 3d814862af7382a9ea56b2c8d3cc9a31dca4bdb6)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nsswitch/winbindd_async.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_async.c b/source3/nsswitch/winbindd_async.c index 2ac40ccf3d..1a68005efc 100644 --- a/source3/nsswitch/winbindd_async.c +++ b/source3/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, |