diff options
Diffstat (limited to 'source4/winbind/wb_async_helpers.c')
-rw-r--r-- | source4/winbind/wb_async_helpers.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/winbind/wb_async_helpers.c b/source4/winbind/wb_async_helpers.c index 7fe64ebcd1..53abcf5f65 100644 --- a/source4/winbind/wb_async_helpers.c +++ b/source4/winbind/wb_async_helpers.c @@ -337,7 +337,7 @@ static void lsa_lookupsids_recv_names(struct rpc_request *req) for (i=0; i<state->num_sids; i++) { struct lsa_TranslatedName *name = &state->r.out.names->names[i]; - struct lsa_TrustInformation *dom; + struct lsa_DomainInfo *dom; state->result[i] = talloc_zero(state->result, struct wb_sid_object); @@ -494,7 +494,7 @@ static void lsa_lookupnames_recv_sids(struct rpc_request *req) for (i=0; i<state->num_names; i++) { struct lsa_TranslatedSid *sid = &state->r.out.sids->sids[i]; - struct lsa_TrustInformation *dom; + struct lsa_DomainInfo *dom; state->result[i] = talloc_zero(state->result, struct wb_sid_object); |