summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2006-12-12 15:14:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:16:25 -0500
commit79416a522681f7384a42bd69c8a02e94616610a1 (patch)
treef5860c3070c28635b4fd9a0e981a34321b74fefa /source3
parent4225f9a4bd5eece4d57820bbabb7b882610aa7cc (diff)
downloadsamba-79416a522681f7384a42bd69c8a02e94616610a1.tar.gz
samba-79416a522681f7384a42bd69c8a02e94616610a1.tar.bz2
samba-79416a522681f7384a42bd69c8a02e94616610a1.zip
r20117: 1st Error in the merge
(This used to be commit 5e46c43a2e4b9a3ee8f1f219c96a6b132bb09322)
Diffstat (limited to 'source3')
-rw-r--r--source3/nsswitch/winbindd_async.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_async.c b/source3/nsswitch/winbindd_async.c
index 4debe74155..4df0bb5ba7 100644
--- a/source3/nsswitch/winbindd_async.c
+++ b/source3/nsswitch/winbindd_async.c
@@ -756,7 +756,7 @@ enum winbindd_result winbindd_dual_lookupsid(struct winbindd_domain *domain,
/* Lookup the sid */
- if (!winbindd_lookup_name_by_sid(state->mem_ctx, &sid, dom_name, name,
+ if (!winbindd_lookup_name_by_sid(state->mem_ctx, &sid, &dom_name, &name,
&type)) {
TALLOC_FREE(dom_name);
TALLOC_FREE(name);