From 79416a522681f7384a42bd69c8a02e94616610a1 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 12 Dec 2006 15:14:27 +0000 Subject: r20117: 1st Error in the merge (This used to be commit 5e46c43a2e4b9a3ee8f1f219c96a6b132bb09322) --- source3/nsswitch/winbindd_async.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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); -- cgit