The branch, v3-5-test has been updated
       via  a257253 s3: Fix bug 7841: WINBINDD_LOOKUPRIDS asks the wrong domain
      from  0c45b32 Fix bug #7835 - vfs_fill_sparse() doesn't use 
posix_fallocate when strict allocate is on

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


- Log -----------------------------------------------------------------
commit a257253f8f82bcab52508273b12cd92fadd3ba1a
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 f2cb879..51cd4d8 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)));


-- 
Samba Shared Repository

Reply via email to