r20117: 1st Error in the merge
authorSimo Sorce <idra@samba.org>
Tue, 12 Dec 2006 15:14:27 +0000 (15:14 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:16:25 +0000 (12:16 -0500)
(This used to be commit 5e46c43a2e4b9a3ee8f1f219c96a6b132bb09322)

source3/nsswitch/winbindd_async.c

index 4debe74155a51fb68dd52daa63f32483581ddd9f..4df0bb5ba79bf705419b6aa978b4953f15672e31 100644 (file)
@@ -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);