X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=source3%2Fwinbindd%2Fwinbindd_lookuprids.c;h=51cd4d8e2ad333f64b19f0a5f90c6477d10abcb4;hb=cd2f806b58c78f59029fd67b00aa28104ad79d1e;hp=f2cb8793eb74c4bc6f668e9c977d53ac9aa31bbe;hpb=6fa4b9d956b600045100746639c5d05489696234;p=samba.git diff --git a/source3/winbindd/winbindd_lookuprids.c b/source3/winbindd/winbindd_lookuprids.c index f2cb8793eb7..51cd4d8e2ad 100644 --- a/source3/winbindd/winbindd_lookuprids.c +++ b/source3/winbindd/winbindd_lookuprids.c @@ -61,7 +61,7 @@ struct tevent_req *winbindd_lookuprids_send(TALLOC_CTX *mem_ctx, return tevent_req_post(req, ev); } - domain = find_domain_from_sid_noinit(&sid); + domain = find_lookup_domain_from_sid(&sid); if (domain == NULL) { DEBUG(5, ("Domain for sid %s not found\n", sid_string_dbg(&sid)));