The branch, v3-6-test has been updated
       via  f0454dd s3: Fix bug 7841: WINBINDD_LOOKUPRIDS asks the wrong domain
      from  4520c99 s3: Fix bug 7843: Expand the local SAMs aliases

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit f0454dd5d367fc83d4625b344cf3b51dabe9d8ae
Author: Volker Lendecke <[email protected]>
Date:   Sat Dec 4 20:31:36 2010 +0100

    s3: Fix bug 7841: WINBINDD_LOOKUPRIDS asks the wrong domain

-----------------------------------------------------------------------

Summary of changes:
 source3/winbindd/winbindd_lookuprids.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_lookuprids.c 
b/source3/winbindd/winbindd_lookuprids.c
index 6e3d5c5..bd0a946 100644
--- a/source3/winbindd/winbindd_lookuprids.c
+++ b/source3/winbindd/winbindd_lookuprids.c
@@ -62,7 +62,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)));


-- 
Samba Shared Repository

Reply via email to