The branch, master has been updated
       via  6f46002ff6b153730635bfd4a8380792a815ce6b (commit)
      from  f8b741eef9b94b94120800e08a4e3b3e58bc6881 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 6f46002ff6b153730635bfd4a8380792a815ce6b
Author: Gerald W. Carter <[EMAIL PROTECTED]>
Date:   Thu Sep 25 10:43:56 2008 -0700

    idmap: Fix typo is gid2sid() that was caching using 
idmap_cache_set_sid2uid()

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

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


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/idmap_util.c b/source3/winbindd/idmap_util.c
index b10a1a4..9f87661 100644
--- a/source3/winbindd/idmap_util.c
+++ b/source3/winbindd/idmap_util.c
@@ -121,7 +121,7 @@ backend:
                return NT_STATUS_NONE_MAPPED;
        }
 
-       idmap_cache_set_sid2uid(sid, gid);
+       idmap_cache_set_sid2gid(sid, gid);
 
        return NT_STATUS_OK;
 }


-- 
Samba Shared Repository

Reply via email to