diff options
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 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); |