diff options
author | Simo Sorce <idra@samba.org> | 2006-12-12 15:14:27 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:16:25 -0500 |
commit | 79416a522681f7384a42bd69c8a02e94616610a1 (patch) | |
tree | f5860c3070c28635b4fd9a0e981a34321b74fefa | |
parent | 4225f9a4bd5eece4d57820bbabb7b882610aa7cc (diff) | |
download | samba-79416a522681f7384a42bd69c8a02e94616610a1.tar.gz samba-79416a522681f7384a42bd69c8a02e94616610a1.tar.bz2 samba-79416a522681f7384a42bd69c8a02e94616610a1.zip |
r20117: 1st Error in the merge
(This used to be commit 5e46c43a2e4b9a3ee8f1f219c96a6b132bb09322)
-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 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); |